Skip to content

Commit 6f27c3e

Browse files
Merge branch '2.7' into 2.8
* 2.7: Clean up Update return type in docblock. PHP CS Fixer: no need to exclude xml and yml files Update LICENSE year... forever
2 parents a2d6c75 + d6aab4f commit 6f27c3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CHANGELOG
2525
* deprecated OptionsResolver::isKnown() in favor of isDefined()
2626
* [BC BREAK] OptionsResolver::isRequired() returns true now if a required
2727
option has a default value set
28-
* [BC BREAK] merged Options into OptionsResolver and turned Options into an
28+
* [BC BREAK] merged Options into OptionsResolver and turned Options into an
2929
interface
3030
* deprecated Options::overload() (now in OptionsResolver)
3131
* deprecated Options::set() (now in OptionsResolver)
@@ -36,7 +36,7 @@ CHANGELOG
3636
lazy option/normalizer closures now
3737
* [BC BREAK] removed Traversable interface from Options since using within
3838
lazy option/normalizer closures resulted in exceptions
39-
* [BC BREAK] removed Options::all() since using within lazy option/normalizer
39+
* [BC BREAK] removed Options::all() since using within lazy option/normalizer
4040
closures resulted in exceptions
4141
* [BC BREAK] OptionDefinitionException now extends LogicException instead of
4242
RuntimeException

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2017 Fabien Potencier
1+
Copyright (c) 2004-present Fabien Potencier
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

0 commit comments

Comments
 (0)