Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatrick authored and StyleCIBot committed Oct 22, 2015
1 parent e31e99b commit afdd9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tracker/models/pdo/SubmissionModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function createSubmission($producerDao, $uuid, $name = '')
* @param bool $key whether to only retrieve scalars of key trends
* @return array scalar DAOs
*/
public function getScalars($submissionDao, $key=false)
public function getScalars($submissionDao, $key = false)
{
if ($key) {
$sql = $this->database->select()->setIntegrityCheck(false)->from('tracker_scalar')->join(
Expand Down

0 comments on commit afdd9bd

Please sign in to comment.