Skip to content

Commit 548cc41

Browse files
StyleCIBotchriskacerguis
authored andcommitted
Apply fixes from StyleCI
1 parent bdf3548 commit 548cc41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RestController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public function response($data = null, $http_code = null, $continue = false)
697697
}
698698
}
699699
ob_end_flush();
700-
// Otherwise dump the output automatically
700+
// Otherwise dump the output automatically
701701
} else {
702702
echo json_encode($data);
703703
}

0 commit comments

Comments
 (0)