Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Annotation / Reflection / MockFileFinder.php
index 9f585f9119dc3aa3984008b0c25aa22454a5cdb7..ecfefc371e74d0d655ede302490020e19352f781 100644 (file)
@@ -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;