@@ -1,10 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use A; |
|
4 | -use X; |
|
5 | -use B; |
|
6 | -use D; |
|
7 | - |
|
8 | 3 | |
9 | 4 | class Presenter |
10 | 5 | { |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use MyNamespace\InTheEnd; |
|
4 | -use MyNamespace\AtTheStart as Top; |
|
5 | - |
|
6 | 3 | |
7 | 4 | class Presenter |
8 | 5 | { |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use A; |
|
4 | -use C; |
|
5 | - |
|
6 | 3 | |
7 | 4 | class Presenter |
8 | 5 | { |
@@ -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) |
@@ -17,7 +17,7 @@ |
||
17 | 17 | |
18 | 18 | |
19 | 19 | /** |
20 | - * @param integer $strict Check if integer value has changed. |
|
20 | + * @param boolean $strict Check if integer value has changed. |
|
21 | 21 | * @return integer |
22 | 22 | */ |
23 | 23 | public function hasChanged($strict = 0) |