Larry Garfield
Larry Garfield
There's likely to be discussion on this, but this PR gets us started. Discuss.
This effectively covers readonly classes in PHP 8.2, because the order of `readonly` and `abstract` is already defined. It also means any future keywords added to either can follow the...
1. Change "arguments" to "parameters" when describing the function definition. An argument is what is passed to a parameter. 2. Add a note about named args to the "calls" section....
Having worked with CPP a ton in the last year and a half, I feel very strongly that we need this. The rules otherwise require wasting 2 extra lines of...
As this is a cache server targeted at PHP, it would be very helpful if the PHP client followed the [PSR-6](http://www.php-fig.org/psr/psr-6/) specification. It was specifically developed to make cache servers...
There's an update to the Api-Problem spec: https://datatracker.ietf.org/doc/rfc9457/ See if there are any changes needed, or at least update the README. 😄
## Description Adds a new `FunctionAnalyzer` interface and `FuncAnalyzer` class for functions and closures. ## Motivation and context Functions can have attributes too, man! Still to do: - [ ]...
# Bug report Another case where `readonly` properties need to be assignable outside of the constructor: Extending Exceptions. Following on from #6562. ### Code snippet that reproduces the problem https://phpstan.org/r/b82b0569-456f-47c0-8dd9-a69b323be222...
### ⚠️ Before posting ⚠️ - [X] This is a **bug**, not a question or an enhancement. - [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate. -...
I am trying to build out Mastodon support for an application, and running into a validation error I cannot explain. Here's the code: ```php $server new Server([ 'ontologies' => [...