Alies Lapatsin

Results 42 issues of Alies Lapatsin

Help Psalm to find security issues for `--taint-analysis` mode, see https://psalm.dev/docs/security_analysis/

Add an option of hiding reorder buttons. Mostly to avoid an accident click on them (there is no confirmation for such action that may produce big changes the app (in...

Run composer test PHPUnit 12.3.9 by Sebastian Bergmann and contributors. Runtime: PHP 8.3.25 Configuration: /home/runner/work/nova-html-card/nova-html-card/phpunit.xml.dist There was 1 PHPUnit test runner warning: 1) No tests found in class "InteractionDesignFoundation\HtmlCard\Tests\CardServiceProviderTest".

## Summary Fixes PHP 8.4+ deprecation warnings by adding explicit nullable type hints to constructor parameters across Model and API classes. ## Problem The codebase was generating deprecation warnings like:...

example: ``` Implicitly marking parameter $uniqueId as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/eluceo/ical/src/Component/Event.php on line 239 ```

⚠️ This is a breaking change for Laravel 13 This PR modifies the `InteractsWithData::string()` (and thus, a popular `FormRequest::string()`) method to return a native PHP string instead of a `Stringable`...

``` Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php on line 888 ```

## Summary PHP 8.4 deprecates implicitly nullable parameter types. This PR adds explicit `?` nullable type syntax to fix deprecation warnings. ## Changes - `Exchanger::__construct()`: `CacheInterface $cache = null` →...

Root aliases for Facades are optional and can be disabled on app level.