Skip to content

Commit

Permalink
Marking ReflectionProperty#$name as string rather than `non-empty…
Browse files Browse the repository at this point in the history
…-string`

Because @weirdan is a party pooper (they poop at the parties)

Ref: https://www.youtube.com/watch?v=gjwofYhUJEM
Ref: #8722 (comment)
  • Loading branch information
Ocramius committed Dec 6, 2022
1 parent 322cff6 commit d5cccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Reflection.phpstub
Expand Up @@ -446,7 +446,7 @@ class ReflectionFunction extends ReflectionFunctionAbstract
class ReflectionProperty implements Reflector
{
/**
* @var non-empty-string
* @var string
* @readonly
*/
public $name;
Expand Down

0 comments on commit d5cccba

Please sign in to comment.