Page MenuHomePhorge

constructor-parentheses.lint-test
No OneTemporary

constructor-parentheses.lint-test

<?php
new Foo;
new Bar();
new Foo\Bar;
new class {};
~~~~~~~~~~
advice:3:5:XHP49:Constructor Parentheses
advice:5:5:XHP49:Constructor Parentheses
~~~~~~~~~~
<?php
new Foo();
new Bar();
new Foo\Bar();
new class {};

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 18:24 (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127406
Default Alt Text
constructor-parentheses.lint-test (216 B)

Event Timeline