This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cs/zendframework/zendframework#6872-php-cs-fixer-automa…
…ted-fixes' Close zendframework/zendframework#6872 Forward port zendframework/zendframework#6872
- Loading branch information
77 parents
4dbccf4
+
9d09cf8
+
125d1a7
+
7cd78b0
+
0acda84
+
97a573b
+
07cafb7
+
9c547a6
+
fce98b5
+
f5a878b
+
99d2b61
+
0236fd9
+
94d722b
+
9515119
+
3453a81
+
c65c180
+
d9cce25
+
9a04dec
+
c948ef1
+
bb8d758
+
681350e
+
535bf8a
+
6308000
+
43c0375
+
b6882cc
+
5ab9938
+
aee3039
+
d0c6f97
+
def4669
+
1d9336b
+
186c74b
+
06a51e4
+
3c55c64
+
8673a50
+
c5e096f
+
21a2d03
+
63799fd
+
457cc49
+
15924e3
+
7f82fa6
+
4b06447
+
b2bc2d7
+
581d4ea
+
2208cf2
+
782856d
+
af684a7
+
a30a853
+
c39d541
+
323eff0
+
efa008a
+
bc6d3ee
+
b2d0cd0
+
f86fbc9
+
92dce0d
+
4299d35
+
39ca271
+
c515d60
+
7df306c
+
256605f
+
2a58924
+
45a72c8
+
6027334
+
695e48e
+
04ea4de
+
dc96c4e
+
f96c20d
+
9edb640
+
24ccb84
+
7535ce5
+
641daf5
+
d1a34a2
+
22e77d8
+
9c10c4b
+
d60eac9
+
17352c9
+
9a952d8
+
5943a07
commit 385cfff
Showing
2 changed files
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ | |
namespace Zend\Permissions\Rbac\Exception; | ||
|
||
interface ExceptionInterface | ||
{} | ||
{ | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ | |
|
||
class InvalidArgumentException extends \InvalidArgumentException implements | ||
ExceptionInterface | ||
{} | ||
{ | ||
} |