Skip to content

Commit

Permalink
PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Jul 10, 2018
1 parent 4b8a40d commit dbda3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/control/PageRaterExtension_Controller.php
Expand Up @@ -245,7 +245,7 @@ protected function turnPageRaterSQLIntoArrayList($data, $method = "unknown")
foreach ($data as $record) {
if ($record instanceof PageRating) {
$record->Method = $method;
//do nothing
//do nothing
} else {
$score = $record["RatingAverage"];
$parentID = $record["ParentID"];
Expand Down
2 changes: 1 addition & 1 deletion code/model/PageRaterExtension.php
Expand Up @@ -210,7 +210,7 @@ public function turnPageRaterSQLIntoArrayList($data, $method = "unknown")
foreach ($data as $record) {
if ($record instanceof PageRating) {
$record->Method = $method;
//do nothing
//do nothing
} else {
$score = $record["RatingAverage"];
$parentID = $record["ParentID"];
Expand Down

0 comments on commit dbda3cc

Please sign in to comment.