Anton Smirnov
Anton Smirnov
``` Deprecation Notice: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in .../vendor/sllh/composer-versions-check/src/VersionsCheck.php:54 ```
Fixes #324
Currently you cannot modify arrays that are set as view variables ```php $view->a = []; $view->a[] = 1; // PHP Notice: Indirect modification of overloaded property Aura/View/View::$a has no effect...
```php $f = new \Money\Formatter\DecimalMoneyFormatter(new \Money\Currencies\ISOCurrencies()); $sum = \Money\Money::EUR('1234'); echo $f->format($sum->roundToUnit(2, \Money\Money::ROUND_UP)); ``` expected: 13.00 actual: 12.00 Likely the method should use `$this->round` instead of `self::$calculator::round`
Added composer.json to the project so it can be installed via composer Installation and autoload are checked and work properly Please check other data and submit the library to the...
It seems that Google broke or removed the endpoint that RSS Bridge uses. I get 404 both locally and on my server
Whitelisting possible commands prevents use of locally installed parsers like `bin/asciidoc` or `bundle exec asciidoctor`
### Bug Report | Q | A |------------ | ------ | Version(s) | 2.30.1 #### Summary ```php $v = new \Laminas\Validator\EmailAddress(); var_dump($v->isValid('irrelevant@something,.cn')); ``` #### Current behavior PHP Warning: preg_match(): Compilation...
Warning during email extraction: ``` E_WARNING: Undefined array key 0 In .../vendor/league/oauth2-linkedin/src/Provider/LinkedIn.php:271 ```