Alies Lapatsin

Results 42 issues of 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 ![image](https://github.com/vlucas/phpdotenv/assets/5278175/ac77f140-1f8f-40da-8753-73cbf64b6559)

Add PHPDoc to help static analysers (incl. IDE) ![image](https://github.com/itsgoingd/clockwork/assets/5278175/43dcbd48-b9e4-45b7-81dd-4f228c8058f0) (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:...

bug
taint analysis
causes crash
first class callable

**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...

bug

**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...