<?php

final class SomeClass extends Phobject {
  public static function someMethod() {
    $closure = function () {
      SomeClass::someOtherMethod();
    };
    $closure();
  }
}
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
{
  "config": {
    "xhpast.php-version": "5.3.0"
  }
}
