10000 [Config] fixed phpdoc · brki/symfony@bb7a9d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb7a9d7

Browse files
committed
[Config] fixed phpdoc
1 parent 8b168a1 commit bb7a9d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Config/Loader/DelegatingLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(LoaderResolverInterface $resolver)
3939
* @param mixed $resource A resource
4040
* @param string $type The resource type
4141
*
42-
* @throws \InvalidArgumentException if no loader is found.
42+
* @throws FileLoaderLoadException if no loader is found.
4343
*/
4444
public function load($resource, $type = null)
4545
{

src/Symfony/Component/Config/Loader/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function import($resource, $type = null)
6161
*
6262
* @return LoaderInterface A LoaderInterface instance
6363
*
64-
* @throws \InvalidArgumentException if no loader is found
64+
* @throws FileLoaderLoadException if no loader is found
6565
*/
6666
public function resolve($resource, $type = null)
6767
{

0 commit comments

Comments
 (0)
0