netpok
netpok
Currently non-facade classes are resulting non functioning autocomplete. The reason of this that an empty class will be defined in the ide helper class, which will be used for the...
## Summary This PR allows automatic helper file generation after composer install or update. This is accomplished by running the set commands after `package:discover` successfully completed. This command is executed...
All factory included socialite packages are using relatively short keys like `GOOGLE_CLIENT_ID`, I think it would make reading the config and env easier if this package would use `APPLE_CLIENT_ID`. The...
QueriesFlaggedEnum got some typehints added, in the previous versions `Model::hasFlag('myenum', MyEnum::MyCase())` worked, but now it only accepts it like this: `Model::hasFlag('myenum', MyEnum::MyCase()->value)`. Possible solution would be to allow `int|FlaggedEnum` as...
### Bug report Accessing value in a WeakMap states it returns TValue|null instead of TValue but in reality if there is no record an error is thrown. The only mention...
- [x] Added or updated tests **Changes** This PR allows return type resolution for arrow functions and first class callables. ```php // This PR adds support for: value(fn () =>...
**Describe the bug** Folder::idle method is broken by https://github.com/Webklex/php-imap/commit/0d61de530e196eb28dea82def899729c7dee84e0, on cloning of client the host (and probably other configs are lost) **Used config** Default config. **Code to Reproduce** ``` php...
## Describe the bug When running composer unused with the latest PHP XDebug 3.4.3 enabled the whole php process crashes with segmentation fault. I tried runniing require checker with php...
In version 4.6.0 explicit typehints were introduced in these commits: - https://github.com/SocialiteProviders/Microsoft/commit/76d51308ef53d1425a5ce3c3b094b0925cd82951 - https://github.com/SocialiteProviders/Microsoft/commit/87e61284d17241f5b65e28797239839ca1eaf5c3 Since the typehints are mandatory in all child classes these changes should be reverted in favor...
Fixes https://github.com/phpstan/phpstan/issues/12250 I made a bug report https://github.com/phpstan/phpstan/issues/12250, and this PR is fixing that. While all the current tests are passing this PR adds a conditional assignment to NewAssignedToPropertyVisitor which...