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 15
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
- Loading branch information
96 parents
1972f60
+
bd2b04a
+
0cf297f
+
748b3ac
+
142ec49
+
fe7b1dc
+
3d86448
+
a197a17
+
f8010b2
+
d0835c3
+
19cc648
+
e346d58
+
3cf9ddf
+
ea10432
+
0517055
+
0723411
+
e730d59
+
3d198b0
+
01191de
+
b81deab
+
60cfdd6
+
27c9604
+
5fe6f9b
+
ff3afa0
+
b658b6a
+
8a67cfa
+
c13245d
+
4c0c206
+
d20df42
+
84cabf6
+
4daeba0
+
660eb19
+
587b0dd
+
13e8cbe
+
7100033
+
50b1c92
+
94eb741
+
1ca385c
+
86e6515
+
58c378d
+
061dbfa
+
897f6bf
+
e3cc86e
+
6524484
+
8243aea
+
627112b
+
710ddb9
+
65adbd2
+
d5316ee
+
bae22c4
+
fce255d
+
3328b9a
+
584f62b
+
6baf7f7
+
edc6d82
+
ec5ac8d
+
493254f
+
a98174e
+
0b9b10b
+
20cb06f
+
f060e74
+
820c39f
+
f2e79ab
+
330c7bd
+
badbfbb
+
f707041
+
a5c1623
+
a9e8be8
+
fa084a3
+
cfd4b79
+
251bb65
+
b4e109b
+
9fee000
+
3f6ed6f
+
1262a33
+
8ba333c
+
b4fd812
+
9a62552
+
603dabb
+
86709cd
+
f947947
+
37c97f6
+
cf70fbc
+
cd8d2de
+
4c25a59
+
83d74f3
+
5929adf
+
7a254ed
+
9220d62
+
8e47bbf
+
bffbfa0
+
86b8232
+
8c75159
+
37fe811
+
ac3dc93
+
88d7bbc
commit 0b8c610
Showing
8 changed files
with
14 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ | |
namespace Zend\Loader\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 |
---|---|---|
|
@@ -13,4 +13,5 @@ | |
|
||
class InvalidArgumentException extends \InvalidArgumentException implements | ||
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
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 |
---|---|---|
|
@@ -13,4 +13,5 @@ | |
|
||
class MissingResourceNamespaceException extends \Exception implements | ||
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
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 |
---|---|---|
|
@@ -12,4 +12,5 @@ | |
require_once __DIR__ . '/DomainException.php'; | ||
|
||
class SecurityException extends DomainException | ||
{} | ||
{ | ||
} |
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