@@ -482,7 +482,7 @@ |
||
| 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 | |