Skip to content

Commit 95fe9d4

Browse files
[DependencyInjection][Config] Remove support for the fluent PHP config format
1 parent 526e05d commit 95fe9d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Loader/PhpFileLoader.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,3 @@ protected function callConfigurator(callable $callback, string $path, string $fi
8484
return $collection;
8585
}
8686
}
87-
88-
/**
89-
* @internal
90-
*/
91-
final class ProtectedPhpFileLoader extends PhpFileLoader
92-
{
93-
}

0 commit comments

Comments
 (0)