Alies Lapatsin
Alies Lapatsin
In this PR: - add: Support more filters: Passport, Horizon - minor: Improve routes fetching: properly set isLoading - minor: Use ml-3 (ml-4 is not available in current Nova versions)...
### Versions: - ide-helper Version: v2.12.3 ### Description: `ModelsCommand` class is not final and not `@internal` (means it's officially open to extend) and it has a public method `loadModels` that...
There is a link to PHPStan plugin for for the package, but Psalm support is unclear from the README. What is the status?
From official docs: >If your provider is only registering bindings in the [service container](https://laravel.com/docs/master/container), you may choose to defer its registration until one of the registered bindings is actually needed....
**Describe the feature** `shipmonk/composer-dependency-analyser` is a faster alternative to `composer-unused` + `maglnet/ComposerRequireChecker` GitHub: https://github.com/shipmonk-rnd/composer-dependency-analyser
## Description The ISO 3166 country code of Armenia is AM. Armenia is not included in the CountryExtended nor CountryExtendedExpanded enum. Please correct me if it is on purpose and...
## Summary `\OpenAPI\Client\Model\AddressEditable::setAddressCountry` declared to accept `@param \OpenAPI\Client\Model\CountryExtended|null $address_country address_country` (where `CountryExtended` is enum), but it doesn't work with enums: it failed with `Invalid address. Code: address_country must be a...
Refs: - https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.dynamic-properties - https://php.watch/versions/8.2/dynamic-properties-deprecated
``` Creation of dynamic property Coconut\Client::$metadata is deprecated in /www/html/vendor/opencoconut/coconut/src/Client.php on line 31 ``` code: https://github.com/opencoconut/coconutphp/blob/1491bab1a2eb6bd9edae3f36997e647c2721e7f5/src/Client.php#L29-L31