Rasmus Bundsgaard

Results 3 issues of Rasmus Bundsgaard

### Bug report When using the [PDO::quote()](https://www.php.net/manual/en/pdo.quote.php#refsect1-pdo.quote-description) method, which has a return signature of `string|false` phpstan will throw an error when checking if the returned value is `false`. This should...

bug

Fixes https://github.com/phpstan/phpstan/issues/10512

### Describe the bug We currently using this form library, but we have 0 client side / JS form validation. All of this happens server side in an Rails application....