Security update to Drupal 8.4.6
[yaffs-website] / vendor / doctrine / common / lib / Doctrine / Common / Persistence / Mapping / Driver / PHPDriver.php
index efffa6aa4c77a6d38302132f00e2aff9685ee3eb..5bfba1509a97f0449157592846f0d88c43d089d9 100644 (file)
@@ -42,7 +42,7 @@ class PHPDriver extends FileDriver
     /**
      * {@inheritDoc}
      */
-    public function __construct($locator, $fileExtension = null)
+    public function __construct($locator)
     {
         parent::__construct($locator, '.php');
     }