-
PSR-0 is already deprecated so PSR-4 should be used for new projects!
-
Is this library support PSR-7 UploadedFileInterface ? I want to integrate it with slim framework 4 that is using that interface when a file is uploaded
-
Since PSR-2 is deprecated consider switching to PSR-12
See also:
- https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide-meta.md#5-changelog-from-psr-2…
Guite updated
4 years ago
-
Hello, I needed to create [PSR16](https://github.com/php-fig/simple-cache/tree/master) like [implementation for Nette](https://github.com/h4kuna/critical-cache/blob/main/src/PSR16/NetteCache.php).
…
-
### Bug report
This shouldn't report an error. The problem is in RuleLevelHelper because it blindly removes `null` from everything but in case of invariant `@template` with GenericObjectType this is …
-
The shot_record.php file contains inconsistencies in naming conventions. According to PSR-12 guidelines, variable and function names should follow camelCase for PHP code. However, the file in question…
-
This project is using Guzzle as its HTTP client. Nowadays most projects (including frameworks) already have a [PSR-18](https://github.com/php-fig/http-client) compatible HTTP client library. It's been…
-
### Description
Some things that I noticed, but I'm sure there are more:
* Formatting rules for PHP should adhere to PSR by default
* ~~Formatting rules in the Blank Lines category seem to be i…
-
We now have these guidelines: https://github.com/cypht-org/cypht/wiki/Contributing
"closer adherence to PSR-12 syntax guidelines" was done here: https://github.com/cypht-org/cypht/pull/948
Tiki.…
-
These standards are becoming very prevalent in the PHP community. I wouldn't mind going through and refactoring if you guys don't have the time.