Completed
Push — master ( 336fe8...b9e49a )
by Lukas
53:55
created
apps/dav/lib/carddav/sharing/plugin.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/lib/appframework/utility/ControllerMethodReflectorTest.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
144 142
 
145 143
 	/**
146 144
 	 * @Annotation
147
-	 * @param 	string  $foo
148 145
 	 */
149 146
 	public function testReadTypeWhitespaceAnnotations(){
150 147
 		$reader = new ControllerMethodReflector();
Please login to merge, or discard this patch.