Alies Lapatsin
Alies Lapatsin
There is only one arguable change: `fireRemoveCallback()` method return type (it's declared as `mixed`) is unused in the package. I propose to remove it. I also found a weird situation...
Fully closes #464 :)
This PR includes: - new minimal Psalm version (no new PHP or other dependency restrictions) - Fix new `@template` syntax issues (detected by a newer Psalm version) - Reuse Psalm's...
Nova starting from [v4.26.0](https://nova.laravel.com/releases/4.26.0) ships with a new `Repeater` field. (Beta) [Docs](https://nova.laravel.com/docs/4.0/resources/repeater-fields.html) that has similar functionality. I think it it will be a good to underline nova-flexible-content features that does...
to respect "copy" button that currently copies `$ composer require vlucas/phpdotenv` string 
Add PHPDoc to help static analysers (incl. IDE)  (on this screenshot PHPStorm understands that clock() will return \Clockwork\Clockwork instance)
https://psalm.dev/r/0eddd75e6b (not reproducible as it's not possible to enable taint-analysis) Affected versions: 5.4.0, master 11942d7 ``` Uncaught Exception: AssertionError assert(!$this->isFirstClassCallable()) (23%) Emitted in some_dirpsalm/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php:36 Stack trace in the forked worker:...
**Why**: it will simplify exception processing (by class, instead of description/message what is a bad practice) Exception (this is everything what I have about this special case): ![CleanShot 2024-11-17 at...
**version**: latest (9.2.4) Such an error happens on running `backup:run` when `databases` array in the config is empty: ```php // backup.php return [ 'backup' => [ 'source' => [ 'databases'...
of course, if it's easily possible. In some cases it's ok to push directly to the main branch. It will be nice to update the draft based on such commit...