Masatoshi Ogiwara
Masatoshi Ogiwara
If the foods are sold out, maybe you change active mode Yes into No. So i think $sql2 code can be change into like these $sql2="SELECT * FROM tbl_food WHERE...
## Proposal About the title, i think may be need to standardize the file name in config directory. For example, filesystems.php file is snake case property but media-library.php file is...
### Reason for making an issue. As the title said, when i clone this repository into my local computer and run the unit test, results are as below. That is...
Fix Typo
[fixed it (reponse => response)](https://github.com/elastic/elasticsearch-php/pull/1450/commits)
### what i have done The parameter had a default null but a non-nullable string type, causing static analysis warnings and potential type errors. This PR changes it to ?string....
### Context The ScoutEngine::delete() method requires an Illuminate\Database\Eloquent\Collection (alias EloquentCollection). However, the thrown TypeError message incorrectly states the expected type as Illuminate\Support\Collection, which misleads during debugging. ### Problem Current message...
### Description This pull request refactors the test suite to eliminate redundant model instantiations. Several test cases repeatedly constructed identical `User`, `Item`, and `Book` model objects inline, leading to code...
### what i have done - $curentOp → $currentOp - “cannot not be computed” → “cannot be computed” - “copied form donor shards” → “from”
### what i have done - [fix typo in unwind page.](https://github.com/mongodb/docs/commit/78bed08b993cb6d9d8021ab4ec720bc5913ca275)
### Description This pull request introduces a small but important fix to ensure response consistency across multiple calls to setResponse() within the Elastic\Elasticsearch\Response\Elasticsearch class. Previously, when a new PSR-7 ResponseInterface...