Ben Davies

Results 55 issues of Ben Davies

Hi, `Assertion::date('2019-10-31 14:08:46.429', 'Y-m-d H:i:s.u')` will not work formatting the resulting date will not be the same as the input string: https://github.com/beberlei/assert/blob/99508be011753690fe108ded450f5caaae180cfa/lib/Assert/Assertion.php#L2396 `2019-10-31 14:08:46.429` will be formatted as `2019-10-31 14:08:46.429000`....

The symfony serializers weren't registering the `DateTimeNormalizer`. Ivory and JMS have them built in, so we need to manually register it for symfony for a fair comparison. This improves the...

Defaulting the seed to 1 causes Faker randomisation to not really work as expected. Defaulting the seed to `null` is probably a better idea? EDIT: I've just seen this is...

This plugin will report a URL like this: https://github.com/zendframework/zend-eventmanager/compare/3.0.0...3.0.1 where as the correct tags are: https://github.com/zendframework/zend-eventmanager/compare/release-3.0.0...release-3.0.1

bug
wontfix

# Bug report Hi, When the `$rest` argument is not given in the below code example. phpstan throws: ``` Unable to resolve the template type TRest in call to function...

bug

Hi, Have you thought about implementing fixers for standardizing doctrine annotation formatting as per [this php-cs-fixer set](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/ddd873eeef59aedfeccace39b3463dc01f6c3d33/src/RuleSet.php#L284-L292) I'm migrating to phpcs, and this was one obvious omission. Thanks!

Enhancement

### Behaviour Cache operations using `type=gha` will start hanging after a relavatively low number of cache reads/writes. We are a small team (5 devs) and are hitting these limits constantly...

**Is your feature request related to a problem? Please describe.** Hi there, I want to replicate this code with PSL, but it doesn't look like we have TTY support here:...

Priority: Medium
Status: Available
Type: Enhancement

**Describe the bug** Not a bug as such, but it caused a failure on my testsuite so thought you might want to know about it: on OSX (or any system...

Status: Available
Type: Question

Hi, Similar to `getScale`, would you be on favor of adding a method `getPrecision`? I want to perform app side validation on BigDecimal before passing to Postgres numeric fields, and...