Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282310
use-of-this-in-static-method.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
216 B
Referenced Files
None
Subscribers
None
use-of-this-in-static-method.lint-test
View Options
<?php
final class A {
public function u() {
$this->f();
}
public static function v() {
$this->f();
}
}
~~~~~~~~~~
error:3:13 XHP19 Class-Filename Mismatch
error:8:5 Use of $this in a static method.
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 06:56 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1214719
Default Alt Text
use-of-this-in-static-method.lint-test (216 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment