Skip to content

Commit

Permalink
coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmillard committed Apr 1, 2024
1 parent 64e0f67 commit 468b0c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function create(ApplicationDeployment $applicationDeployment): ?Applicati
$query->execute($data);
if ($query->rowCount() == 0) {
return null;

}
return $applicationDeployment;
}
Expand Down

0 comments on commit 468b0c2

Please sign in to comment.