-
Slim 3 changed the containerinterface from Interop to psr in later versions of Slim 3 (https://github.com/slimphp/Slim/commit/305e2df322dbb69ecd3f57ff2732f0ba9596aac5).
See: https://stackoverflow.c…
-
Let's say we have some code inside a controller that triggers `PHP Fatal error: Uncaught TypeError: Argument 1 passed to...`. How do we implement error handling for this scenario. Specifically, if thi…
-
I tried putting a typemill site behind authentication with Apache and htpasswd.
The authentication itself works fine, but as soon as I try to save a setting in Typemill I get the error "illegal refer…
-
Hello
Our server received some scripted attack attempts aimed at Wordpress (which we don't run though). These requests have headers that look like this:
```
0: Accept-Language: en-US,en;q=0.5
…
-
## The devDependency [prettier](https://github.com/prettier/prettier) was updated from `1.16.0` to `1.16.1`.
🚨 [View failing branch](https://github.com/zguillez/generator-slimphp/compare/master...zg…
-
I noticed that my app was crashing if I was not passing an array as the interest to the `notify` function
I have been doing this for over a year now and not until, now when I had time to investigat…
-
Running 4.5.0, I'm consistently getting the following error w/ PHP 7.4.5:
> Notice: Trying to access array offset on value of type bool in .../vendor/slim/psr7/src/Stream.php on line 389
The req…
-
Hi all
The PSR7-specification (see PR php-fig/fig-standards#1194) as well as the RFC 2616 define a comma, not a comma with white-space, as separator.
We should probably update the following meth…
-
## The devDependency [coveralls](https://github.com/nickmerwin/node-coveralls) was updated from `3.0.2` to `3.0.3`.
🚨 [View failing branch](https://github.com/zguillez/generator-slimphp/compare/mast…
-
https://phpstan.org/r/3be3170f-9b1b-401a-b57f-cf90907850f4
I think that I get why phpstan reports the issue but I don't think it's correct.
I want to document that the only accepted values of th…