gregor-tb

Results 10 issues of gregor-tb

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.1.3 #### Summary We have a custom "money_value" type, to set decimal...

Bug
Schema Management
Types

### Bug Report When **postConnect** event is triggered, the Platform is not ready yet, but the Getter is available, what ends up in multiple instances and broken setup. #### Summary...

Improvement
Events
Platform Detection

Hi, actually the last test does not pass here, because of timezone issues: ``` 'FREQ=YEARLY;BYMONTH=3;UNTIL=20121231T235959Z', 'yearly on March 16 until December 31, 2012' ``` For me in Europe/Berlin it results...

bug

Hi, because _loadFromString_ actually makes a explode(';') to create an array for _loadFromArray_, timezones are broken here, e.g.: > DTSTART;TZID=UTC:20150209T153000 This is not covered by the unittest :( I suggest...

bug

I just patched our code because $set on empty array has created an object when using key.0 = val instead of key = [ val ] (https://github.com/makasim/yadm/commit/8d61d69592b953328c63d4fffd8e175c7422e49c) But I wonder,...

Console output contains line number, but json does not. We convert the json output to checkstyle for jenkins, but the issue preview without line number is meh. Thanks.

feature

`public function arccos(int $scale = null): Decimal` $scale is null here by default, but used like (int) 0. This is working in the additions `$scale + 2` etc., but crashes...

**Describe the bug** After installing regular package update (no upgrade) this week, each time I re plug my primary display, only the first workspace is moved back to it, each...

configuration

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | all #### Summary Cannot migrate tables with renamed foreign keys when renaming...

### Code snippet that reproduces the problem https://phpstan.org/r/88b4ba76-8196-4568-9da7-943ea5b5695b ### Expected output Should detect valid not-null array here, as it does when you remove `$this->doSomething();` here. ### Did PHPStan help you...

feature-request