Skip to content

Commit bab4acd

Browse files
authored
Update name in license file (#42)
* Update name in license file * cs
1 parent 4fb95f4 commit bab4acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2017 Matthias Noback
1+
Copyright (c) 2016 Tobias Nyholm
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

tests/Fixtures/Resources/ConfigurationBundle/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
return function (ContainerConfigurator $container) {
66
$container->extension('configuration', [
77
'foo' => 'val1',
8-
'bar' => ['val2', 'val3']
8+
'bar' => ['val2', 'val3'],
99
]);
1010
};

0 commit comments

Comments
 (0)