josefsabl
josefsabl
Today I found out that the compilation is qutie slow for rather large email. I have an email layout with some Inky template elements and inside the content block of...
# Bug report Not sure how to better explain the situation. Please see the code snippet. ### Code snippet that reproduces the problem https://phpstan.org/r/7ee5959d-2f86-40af-b006-e9b30d129ca0 ### Expected output No error.
I am new to mockery and I am testing very trivial abstract class by mocking it. Let's say my class looks like this: ```php abstract class Store { /** @var...
Hello, I have - what I believe is a bug - to report. I had commit in repository tagged as 1.0.0 and repman was registering it as stable release. I...
When calling `\Safe\file_get_contents("http://nonexistanturl.foo")` generates warning that cannot be caught. The problem is that file_get_contents not only returns FALSE on failure but can also generate warning. Supressing the warning by adding...
I am copying this from https://github.com/doctrine/mongodb-odm/issues/1842 as requested by mr. @malarzm : > All in all, this all boils down to annotation and reading them thus there's nothing we can...
Turns out you cannot query for field starting with `set` when function is declared like this: ```php #[Graph\Field] public function settings(): string ``` You get `Cannot query field "settings" on...
So that tools like [this](https://github.com/kalessil/production-dependencies-guard) can parse the licenses of the package.
Hello, this objectively is not a fault of Safe but I am wondering if this could/should be solved on Safe's side. The problem is, that when `xdebug` extension is enabled....
If user selects text in disabled textarea (and probably input as well) in Firefox (104.0.2 in my case), this function doesn't deselect it. It is pretty nasty in combination with...