Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / symfony / http-kernel / Config / FileLocator.php
index 169c9ad6e502a1b06c5a2312f1998f4d4f68f500..c047ba3dac389b6af51d54360ef92d5a816cdef8 100644 (file)
@@ -25,10 +25,8 @@ class FileLocator extends BaseFileLocator
     private $path;
 
     /**
-     * Constructor.
-     *
      * @param KernelInterface $kernel A KernelInterface instance
-     * @param null|string     $path   The path the global resource directory
+     * @param string|null     $path   The path the global resource directory
      * @param array           $paths  An array of paths where to look for resources
      */
     public function __construct(KernelInterface $kernel, $path = null, array $paths = array())