@@ -8,8 +8,6 @@ |
||
8 | 8 | use Sabre\DAV\Exception\NotFound; |
9 | 9 | use Sabre\DAV\Server; |
10 | 10 | use Sabre\DAV\ServerPlugin; |
11 | -use Sabre\DAV\XMLUtil; |
|
12 | -use Sabre\DAVACL\IACL; |
|
13 | 11 | use Sabre\HTTP\RequestInterface; |
14 | 12 | use Sabre\HTTP\ResponseInterface; |
15 | 13 |
@@ -92,7 +92,6 @@ discard block |
||
92 | 92 | |
93 | 93 | /** |
94 | 94 | * @Annotation |
95 | - * @param int $test |
|
96 | 95 | */ |
97 | 96 | public function testReadTypeIntAnnotations(){ |
98 | 97 | $reader = new ControllerMethodReflector(); |
@@ -107,7 +106,7 @@ discard block |
||
107 | 106 | /** |
108 | 107 | * @Annotation |
109 | 108 | * @param int $a |
110 | - * @param int $b |
|
109 | + * @param double $b |
|
111 | 110 | */ |
112 | 111 | public function arguments3($a, float $b, int $c, $d){} |
113 | 112 | |
@@ -130,7 +129,6 @@ discard block |
||
130 | 129 | |
131 | 130 | /** |
132 | 131 | * @Annotation |
133 | - * @param double $test something special |
|
134 | 132 | */ |
135 | 133 | public function testReadTypeDoubleAnnotations(){ |
136 | 134 | $reader = new ControllerMethodReflector(); |
@@ -144,7 +142,6 @@ discard block |
||
144 | 142 | |
145 | 143 | /** |
146 | 144 | * @Annotation |
147 | - * @param string $foo |
|
148 | 145 | */ |
149 | 146 | public function testReadTypeWhitespaceAnnotations(){ |
150 | 147 | $reader = new ControllerMethodReflector(); |