Kyle

Results 42 issues of Kyle

### [3.0](https://github.com/briannesbitt/Carbon/milestones/3.0.0) - Drop PHP < 8.1 - #2810 - #2385 - #2070 - #2346 - #2885 - #1752 - #2340 - #2035 - #2079 - #2119 - `diffIn*` will...

PHP will fix some DST issues, and behave differently when using `add()` or `modify()` which also leads to inconsistency as we use `modify()` for our add/sub methods. We also have...

php bug

Global setters like `setTestNow`, `serializeUsing`, `setTranslator` etc. are not isolated when called from factories: ```php CarbonImmutable::setTestNow('1990-07-31 23:59:59'); $libAFactory = new FactoryImmutable(); $libAFactory->setTestNow('2000-02-05 15:20:00'); $libBFactory = new FactoryImmutable(); $libBFactory->setTestNow('2050-12-01 00:00:00'); echo...

enhancement

# Bug report Scope overriding is allowed by PHP for native classes but is always considered a fatal error by PHPStan. ### Code snippet that reproduces the problem ```php

bug

Type: feature Breaking change: no Sign PHAR builds with GPG key. Fix #723 Fix #521

Enhancement
On Hold
Build scripts
PHAR

- PHPMD version: 2.9.1 - PHP Version: 7.4.10 - Installation type: composer - Operating System / Distribution & Version: Alpine Linux in Docker Next step for #829 ### Current Behavior...

## Description PHP 8.1 comes with new keyword, structures and many things that needs adjustments in PDepend https://wiki.php.net/rfc#php_81 - [x] #563 - [x] #565 - [ ] Enums - [...

php8.x
php8.1