File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -703,7 +703,7 @@ public function isAbstract()
703
703
*
704
704
* @return $this
705
705
*
706
- * @throws InvalidArgumentException When the message template is invalid.
706
+ * @throws InvalidArgumentException when the message template is invalid
707
707
*/
708
708
public function setDeprecated ($ status = true , $ template = null )
709
709
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \DependencyInjection \Loader ;
13
13
14
- use Symfony \Component \Config \Resource \DirectoryResource ;
15
-
16
14
/**
17
15
* DirectoryLoader is a recursive loader to go through directories.
18
16
*
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \DependencyInjection \Loader ;
13
13
14
- use Symfony \Component \Config \Resource \FileResource ;
15
14
use Symfony \Component \Config \Util \XmlUtils ;
16
15
use Symfony \Component \DependencyInjection \Exception \InvalidArgumentException ;
17
16
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \DependencyInjection \Loader ;
13
13
14
- use Symfony \Component \Config \Resource \FileResource ;
15
-
16
14
/**
17
15
* PhpFileLoader loads service definitions from a PHP file.
18
16
*
You can’t perform that action at this time.
0 commit comments