This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes failing php-cs-fixer notices.
- Loading branch information
100 parents
c918e2c
+
1d51877
+
073ffb1
+
6cc70c4
+
cca448e
+
5f78560
+
1c0be41
+
02f7335
+
88a04db
+
b1c3dd1
+
f3d5365
+
88de986
+
fb38487
+
7bfe758
+
2e55342
+
6a04f31
+
57ecc1a
+
b78abaa
+
30a9569
+
f96aa9d
+
23f86e7
+
d43d656
+
4de219f
+
3c20bba
+
a0d3747
+
456d331
+
e503406
+
95c2a28
+
1fc5b65
+
bc3880f
+
2989a80
+
e8f73d2
+
fcc59de
+
ad50dbb
+
a46cbd4
+
6192f93
+
bb42677
+
02419fd
+
cf6df36
+
92345be
+
737b39e
+
fde18af
+
43ca092
+
e3acc17
+
b5bc61a
+
30d69f9
+
7dbd12c
+
9f45cc7
+
473bfa3
+
916cd80
+
5aac7b0
+
6f66646
+
12c90a3
+
435c161
+
9bb6b33
+
6c32cce
+
f3c637f
+
c54876c
+
e1d13eb
+
daa8e6c
+
5570955
+
388a6c0
+
ac33840
+
00e233b
+
532572e
+
1e1f8d2
+
b636e56
+
18878ed
+
79ce391
+
9db7d70
+
0c2ce53
+
8dbc4b8
+
b8b5d22
+
3dac49c
+
c87ef97
+
1ffe869
+
fbe0570
+
802848d
+
9fd0967
+
537b471
+
8cc3c9d
+
7f51755
+
71ea52c
+
f2338ea
+
226aada
+
6f2818d
+
fafc8ae
+
06d397d
+
42a5665
+
9b6e2d1
+
96a0498
+
8cc5c74
+
e3d1211
+
ec85470
+
a6f2c9c
+
fd7b83c
+
6d8b4af
+
b29c8c0
+
64f42ce
+
e6b8170
commit 045212a
Showing
2 changed files
with
0 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 |
---|---|---|
|
@@ -166,4 +166,3 @@ protected function _assertOnlyOneArgument($args) | |
} | ||
} | ||
} | ||
|
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 |
---|---|---|
|
@@ -27,4 +27,3 @@ public function add($x, $y) | |
return $x+$y; | ||
} | ||
} | ||
|