Completed
Pull Request — master (#756)
by Timo
09:42
created
Classes/IndexQueue/RecordMonitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -482,7 +482,7 @@
 block discarded – undo
482 482
      */
483 483
     protected function getValidatedPid(DataHandler $tceMain, $table, $uid) {
484 484
         $pid = $tceMain->getPID($table, $uid);
485
-        if($pid === false) {
485
+        if ($pid === false) {
486 486
             throw new NoPidException('Pid should not be false');
487 487
         }
488 488
 
Please login to merge, or discard this patch.