@@ -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 |
@@ -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 Sth; |
|
6 | - |
|
7 | 5 | class SomeClass |
8 | 6 | { |
9 | 7 |