You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file, in reverse
8
8
9
9
- Nothing.
10
10
11
+
### Changed
12
+
13
+
- Nothing.
14
+
11
15
### Deprecated
12
16
13
17
- Nothing.
@@ -18,7 +22,14 @@ All notable changes to this project will be documented in this file, in reverse
18
22
19
23
### Fixed
20
24
21
-
- Nothing.
25
+
-[#140](https://github.com/zendframework/zend-code/pull/140) fixes `MethodScanner::setVisibility()` such that it no longer
26
+
casts the provided visibility token to lower case; this fix is necessary, as
27
+
the method is supposed to expect only the appropriate
28
+
`T_(PUBLIC|PROTECTED|PRIVATE)` token values, which are integers.
29
+
30
+
-[#140](https://github.com/zendframework/zend-code/pull/140) updates the `MethodScanner::setVisibility()` method to raise
31
+
a package-specific `InvalidArgumentException` instead of the non-existent
32
+
package `Exception` class when an invalid visibility is provided.
22
33
23
34
## 3.3.0 - 2017-10-20
24
35
@@ -257,6 +268,9 @@ All notable changes to this project will be documented in this file, in reverse
257
268
258
269
### Changed
259
270
271
+
-[#140](https://github.com/zendframework/zend-code/pull/140) updates the `MethodScanner::setVisibility()` method to raise a package-specific `InvalidArgumentException` instead of
272
+
the non-existent package `Exception` class when an invalid visibility is provided.
273
+
260
274
This section refers to breaking changes: please refer to
261
275
[doc/book/migration.md](doc/book/migration.md) for migration instructions.
0 commit comments