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()
703703 *
704704 * @return $this
705705 *
706- * @throws InvalidArgumentException When the message template is invalid.
706+ * @throws InvalidArgumentException when the message template is invalid
707707 */
708708 public function setDeprecated ($ status = true , $ template = null )
709709 {
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \DependencyInjection \Loader ;
1313
14- use Symfony \Component \Config \Resource \DirectoryResource ;
15-
1614/**
1715 * DirectoryLoader is a recursive loader to go through directories.
1816 *
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \DependencyInjection \Loader ;
1313
14- use Symfony \Component \Config \Resource \FileResource ;
1514use Symfony \Component \Config \Util \XmlUtils ;
1615use Symfony \Component \DependencyInjection \Exception \InvalidArgumentException ;
1716
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \DependencyInjection \Loader ;
1313
14- use Symfony \Component \Config \Resource \FileResource ;
15-
1614/**
1715 * PhpFileLoader loads service definitions from a PHP file.
1816 *
You can’t perform that action at this time.
0 commit comments