File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
DependencyInjection/Loader/Configurator
Routing/Loader/Configurator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class DefaultsConfigurator extends AbstractServiceConfigurator
40
40
final public function tag ($ name , array $ attributes = array ())
41
41
{
42
42
if (!is_string ($ name ) || '' === $ name ) {
43
- throw new InvalidArgumentException (sprintf ( 'The tag name in "_defaults" must be a non-empty string. ' ) );
43
+ throw new InvalidArgumentException ('The tag name in "_defaults" must be a non-empty string. ' );
44
44
}
45
45
46
46
foreach ($ attributes as $ attribute => $ value ) {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function __destruct()
42
42
* Adds a route.
43
43
*
44
44
* @param string $name
45
- * @param string $value
45
+ * @param string $path
46
46
*
47
47
* @return RouteConfigurator
48
48
*/
You can’t perform that action at this time.
0 commit comments