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 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zendframework/zendframework#3522 branch 'hotfix/re…
…move-blank-line'
- Loading branch information
142 parents
6a72de0
+
de6a155
+
8677f66
+
bea2340
+
53107b1
+
e575de9
+
c8a932b
+
d08629f
+
a04474f
+
3fef53d
+
1f4b9ed
+
d263f1c
+
c790aed
+
412585a
+
b5e6b02
+
9ac81f3
+
9f28eab
+
2e7e2e2
+
7c64770
+
b82fa59
+
4190868
+
3a6b7ad
+
8e745f6
+
bab7086
+
c5a5d19
+
b468bc1
+
d79794c
+
508b344
+
d16deed
+
f38e96a
+
c4a3687
+
54465f7
+
4ad15e4
+
9aa47da
+
619d24d
+
ddfa8f2
+
8e7172b
+
e5fc69f
+
284a721
+
6d3db4c
+
b99e8c3
+
a52dcef
+
1d21066
+
cccc24c
+
81bd699
+
dfb38ed
+
b796f3d
+
d49dbc2
+
547433c
+
0c9ce04
+
a76e26a
+
2914396
+
7ca3746
+
f1b292d
+
406112f
+
5a9edd3
+
f65c9f6
+
c54156c
+
5e55e82
+
352e42b
+
fa459f5
+
3eff137
+
3648ab6
+
4096125
+
0037391
+
9bdfcd9
+
6cd1498
+
ecac99d
+
199ed75
+
b8507f7
+
ef400bd
+
decb6ae
+
860b39d
+
243eca6
+
d56af72
+
1aaf7f9
+
26b27a9
+
40cd50e
+
986898b
+
d2780b7
+
49abb1d
+
cb5a738
+
21d3bef
+
4748875
+
3331086
+
bfed36c
+
b56e9b8
+
765b017
+
b2cddce
+
1c63803
+
dd490e0
+
c0425c2
+
128ed7f
+
4d88940
+
94b3f1e
+
9a0d8cf
+
12135ad
+
1169a58
+
6cdb5dc
+
15950e5
+
7e68fb2
+
4bda4a9
+
537893f
+
4cf10f8
+
dd5b294
+
3ac5190
+
63d8503
+
de5ff9e
+
f8868a0
+
e3f8a27
+
634cf99
+
c2cd236
+
189672f
+
d50054c
+
8fb183a
+
81a21d6
+
ba78039
+
2cc9607
+
bbd31f7
+
aff5dfd
+
3daad46
+
a2bd1ba
+
cddc550
+
eadb29a
+
339c074
+
543ff20
+
732e048
+
8ec7eaf
+
25fde7d
+
5215c37
+
a31404d
+
1328e20
+
33a507b
+
012928d
+
379d601
+
b7d4bbd
+
c1c633c
+
7968e2e
+
51d3d2a
+
7e58137
+
abedf39
+
677c1ed
commit 81d4652
Showing
11 changed files
with
0 additions
and
11 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 |
---|---|---|
|
@@ -31,5 +31,4 @@ public function getValues() | |
} | ||
return array_unique($authors); | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -37,5 +37,4 @@ public function getValues() | |
} | ||
return array_unique($categories); | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -94,5 +94,4 @@ public function valid() {} | |
* @return void | ||
*/ | ||
protected function indexEntries() {} | ||
|
||
} |
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 |
---|---|---|
|
@@ -127,5 +127,4 @@ public function offsetGet($offset) | |
} | ||
return parent::offsetGet($offset); | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -237,5 +237,4 @@ public function getComment() | |
} | ||
return $this->data['comment']; | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -241,5 +241,4 @@ public function export($type, $ignoreExceptions = false) | |
} | ||
return $renderer->render()->saveXml(); | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -104,5 +104,4 @@ protected function _setBy(DOMDocument $dom, DOMElement $root) | |
$uri->appendChild($text); | ||
} | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -104,5 +104,4 @@ protected function _setBy(DOMDocument $dom, DOMElement $root) | |
$uri->appendChild($text); | ||
} | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -96,5 +96,4 @@ public function render() | |
} | ||
return $this; | ||
} | ||
|
||
} |
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