-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.x] Fixes switch cases namespace resolution (#80)
* Adds tests * Apply fixes from StyleCI * Fixes `instanceof` within switch cases * Apply fixes from StyleCI * Prefixes PHP version * Apply fixes from StyleCI * Adds PHP 8.0 tests * Apply fixes from StyleCI * Fixes existing tests * Adds tests against namespaced class * Adds reflection closure tests * Apply fixes from StyleCI * Fixes issue after style changes * Fixes `:` namespace resolution * Apply fixes from StyleCI * Fixes test on PHP 7.4 * Apply fixes from StyleCI * Space * Another test * More tests --------- Co-authored-by: StyleCI Bot <[email protected]>
- Loading branch information
1 parent
ed9e590
commit 3dbf8a8
Showing
6 changed files
with
491 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.