We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb95f4 commit bab4acdCopy full SHA for bab4acd
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2013-2017 Matthias Noback
+Copyright (c) 2016 Tobias Nyholm
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
tests/Fixtures/Resources/ConfigurationBundle/config.php
@@ -5,6 +5,6 @@
5
return function (ContainerConfigurator $container) {
6
$container->extension('configuration', [
7
'foo' => 'val1',
8
- 'bar' => ['val2', 'val3']
+ 'bar' => ['val2', 'val3'],
9
]);
10
};
0 commit comments