X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FAnnotation%2FReflection%2FMockFileFinder.php;fp=web%2Fcore%2Flib%2FDrupal%2FComponent%2FAnnotation%2FReflection%2FMockFileFinder.php;h=ecfefc371e74d0d655ede302490020e19352f781;hp=9f585f9119dc3aa3984008b0c25aa22454a5cdb7;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php b/web/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php index 9f585f911..ecfefc371 100644 --- a/web/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php +++ b/web/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php @@ -30,7 +30,7 @@ class MockFileFinder implements ClassFinderInterface { /** * Creates new mock file finder objects. */ - static public function create($filename) { + public static function create($filename) { $object = new static(); $object->filename = $filename; return $object;