Code style fixes.
This commit is contained in:
parent
fb424bfb2b
commit
efbf2650bb
5 changed files with 121 additions and 123 deletions
|
|
@ -328,7 +328,7 @@ class BuildStore extends Store
|
|||
$stmt->bindValue(':id', $build->getId(), \PDO::PARAM_INT);
|
||||
$stmt->bindValue(':status_current', $build->getStatus(), \PDO::PARAM_INT);
|
||||
$stmt->bindValue(':status_new', $status, \PDO::PARAM_INT);
|
||||
return ($stmt->execute() and ($stmt->rowCount() == 1));
|
||||
return ($stmt->execute() && ($stmt->rowCount() == 1));
|
||||
} catch (\Exception $e) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue