File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ CHANGELOG
25
25
* deprecated OptionsResolver::isKnown() in favor of isDefined()
26
26
* [ BC BREAK] OptionsResolver::isRequired() returns true now if a required
27
27
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
29
29
interface
30
30
* deprecated Options::overload() (now in OptionsResolver)
31
31
* deprecated Options::set() (now in OptionsResolver)
@@ -36,7 +36,7 @@ CHANGELOG
36
36
lazy option/normalizer closures now
37
37
* [ BC BREAK] removed Traversable interface from Options since using within
38
38
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
40
40
closures resulted in exceptions
41
41
* [ BC BREAK] OptionDefinitionException now extends LogicException instead of
42
42
RuntimeException
Original file line number Diff line number Diff line change 1
- Copyright (c) 2004-2017 Fabien Potencier
1
+ Copyright (c) 2004-present Fabien Potencier
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments