@@ -114,7 +114,7 @@ |
||
114 | 114 | |
115 | 115 | |
116 | 116 | /** |
117 | - * @return bool|int |
|
117 | + * @return integer |
|
118 | 118 | */ |
119 | 119 | private function getScopeCloser() |
120 | 120 | { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SomeNamespace; |
4 | 4 | |
5 | -use PHP_CodeSniffer; |
|
6 | - |
|
7 | 5 | |
8 | 6 | class SomeClass |
9 | 7 | { |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SomeNamespace; |
4 | 4 | |
5 | -use Sth; |
|
6 | -use SthElse; |
|
7 | - |
|
8 | 5 | |
9 | 6 | class SomeClass |
10 | 7 | { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SomeNamespace; |
4 | 4 | |
5 | -use Sth, SthElse; |
|
6 | - |
|
7 | 5 | |
8 | 6 | class SomeClass |
9 | 7 | { |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SomeNamespace; |
4 | 4 | |
5 | -use Sth, |
|
6 | - SthElse; |
|
7 | - |
|
8 | 5 | |
9 | 6 | class SomeClass |
10 | 7 | { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SomeNamespace; |
4 | 4 | |
5 | -use Sth; |
|
6 | - |
|
7 | 5 | class SomeClass |
8 | 6 | { |
9 | 7 |
@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * @param bool $strict Check if boolean value has changed. |
26 | - * @return bool |
|
26 | + * @return integer|null |
|
27 | 27 | */ |
28 | 28 | public function hasChanged($strict = FALSE) |
29 | 29 | { |
@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | /** |
20 | 20 | * @param boolean $strict Check if boolean value has changed. |
21 | - * @return boolean |
|
21 | + * @return integer|null |
|
22 | 22 | */ |
23 | 23 | public function hasChanged($strict = FALSE) |
24 | 24 | { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | |
24 | 24 | /** |
25 | - * @param int $count Check if integer value is > 0. |
|
25 | + * @param boolean $count Check if integer value is > 0. |
|
26 | 26 | * @return int |
27 | 27 | */ |
28 | 28 | public function hasChanged($count = 0) |