Passed
Pull Request — master (#5)
by Erik
03:21
created
modules/indexing/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
     protected function indexLoop() {
158 158
 
159 159
         // Get document from list.
160
-        list ($uid, ) = $this->list->remove(0);
160
+        list ($uid,) = $this->list->remove(0);
161 161
 
162 162
         $this->list->save();
163 163
 
Please login to merge, or discard this patch.