Thomas Gnandt
Thomas Gnandt
Code like the following breaks the sniff, reporting an error either way: ```php if (foo::$bar === bar::$foo) { } ```
If there is invalid data (e.g. NAN or INF) instead of failing to save the bunch to the database, an empty string is saved. This PR throws an Exception if...
When trying to follow a translation key to the file that supports it, the dropdown to select the files containing that key show all files that match, but show the...
The `formdata()`-method should return a `FormData` object of the request (https://developer.mozilla.org/en-US/docs/Web/API/Request/formData). However as far as I can see, the implementation of the method [relies on the `text()` method ](https://github.com/github/fetch/blob/fb5b0cf42b470faf8c5448ab461d561f34380a30/fetch.js#L320)which [explicitly...
Closes #58 I copied the `ExtensionTestCase` from https://github.com/phpstan/phpstan-symfony/blob/master/tests/Type/Symfony/ExtensionTestCase.php. Is there a better way to test this?
Calling `createMock` with multiple Types causes phpstan to report errors: A class like ```
resolves https://github.com/phpstan/phpstan/issues/6560 I implemented a rule instead of a dynamic return type extension as mentioned in https://github.com/phpstan/phpstan/issues/6560#issuecomment-1032304276. I think that was a misunderstanding? After all the problem is the parameter...
This enables strict mode and fixes the resulting errors. Since modern JS modules enable strict mode by default, it's currently not possible to use this module in modern applications.
Version: 3.0 ### Bug Description Adding `{varPrint}` or `{templatePrint}` to a template that is rendered with `renderToString` creates an empty output. ### Expected Behavior Actual output of `{varPrint}` or `{templatePrint}`...