summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Config
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-10 09:16:43 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-10 09:28:26 +0100
commit60362583a738c1540f918e048f7719906ff0ffd8 (patch)
tree52ca2d2fa947217a745e79e10a82315a669ac8eb /vendor/symfony/http-kernel/Config
parent15d8c1a555b43adf8338a30f36846f1640f50c00 (diff)
downloadwebtrees-60362583a738c1540f918e048f7719906ff0ffd8.tar.gz
webtrees-60362583a738c1540f918e048f7719906ff0ffd8.tar.bz2
webtrees-60362583a738c1540f918e048f7719906ff0ffd8.zip
Update vendor dependencies
Diffstat (limited to 'vendor/symfony/http-kernel/Config')
-rw-r--r--vendor/symfony/http-kernel/Config/FileLocator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/Config/FileLocator.php b/vendor/symfony/http-kernel/Config/FileLocator.php
index fb1f913bdf..c047ba3dac 100644
--- a/vendor/symfony/http-kernel/Config/FileLocator.php
+++ b/vendor/symfony/http-kernel/Config/FileLocator.php
@@ -26,7 +26,7 @@ class FileLocator extends BaseFileLocator
/**
* @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())