Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892582
paamayim-nekudotayim-spacing.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
712 B
Referenced Files
None
Subscribers
None
paamayim-nekudotayim-spacing.lint-test
View Options
<?php
class Foo extends Bar {
public function bar() {
echo self::FOOBAR;
echo self :: FOOBAR;
}
}
MyClass::myMethod();
MyClass :: myMethod();
MyClass::$myProperty;
MyClass :: $myProperty;
~~~~~~~~~~
warning:6:14:XHP96:Paamayim Nekudotayim Spacing
warning:6:17:XHP96:Paamayim Nekudotayim Spacing
warning:11:8:XHP96:Paamayim Nekudotayim Spacing
warning:11:11:XHP96:Paamayim Nekudotayim Spacing
warning:14:8:XHP96:Paamayim Nekudotayim Spacing
warning:14:11:XHP96:Paamayim Nekudotayim Spacing
~~~~~~~~~~
<?php
class Foo extends Bar {
public function bar() {
echo self::FOOBAR;
echo self::FOOBAR;
}
}
MyClass::myMethod();
MyClass::myMethod();
MyClass::$myProperty;
MyClass::$myProperty;
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 17:02 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126753
Default Alt Text
paamayim-nekudotayim-spacing.lint-test (712 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment