slepic
slepic
Prevents ``` PHP Deprecated: Implicit conversion from float 22.5 to int loses precision in /app/vendor/o5/grido/src/Components/Columns/Column.php:339 ``` in PHP >= 8.1
Hi, I have a problem with static analysis of our tests. We have recently introduced phpstan into our company project. We have succefully fixed all errors in the production code....
Resolves issue #991
### General information * SDK/Library version: >=6.5.0 * Environment: General * Language, language version, and OS: PHP, any ### Issue description In 6.5.0, property annotations were removed from "entity" classes....
**Issue description** PHP 8.1 deprecations are being triggered. ``` Deprecated: strcasecmp(): Passing null to parameter #2 ($string2) of type string is deprecated ``` In our case it happens, when we...
The Authorization header Basic credentials need to be base64 encoded to comply with the standard, see [RFC 7617](https://datatracker.ietf.org/doc/html/rfc7617) It doesnt seem this is the case [here](https://github.com/jessylenne/keycloak-event-listener-http/blob/master/src/main/java/org/softwarefactory/keycloak/providers/events/http/HTTPEventListenerProvider.java#L75) and [here](https://github.com/jessylenne/keycloak-event-listener-http/blob/master/src/main/java/org/softwarefactory/keycloak/providers/events/http/HTTPEventListenerProvider.java#L116) It would...
Hi, While I was implementing the other changes I noticed monolog supports batch mode And the logdna formatter, although it accepts batch mode parameter, there is no way to make...
Hello, just a little update needed to run on Nette 3.2. So far, it seems to work ok this way in our project, but we're probably not using all features,...
Composer is using psr/log ^1.0 internally This package is a plugin to composer. While scanning for attributes it runs with psr/log 1.0 loaded by composer. If this plugin scans a...