Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
niclashedam authored and StyleCIBot committed Apr 9, 2018
1 parent 1b6bc1d commit ed34505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EloquentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testStringRounding()
'preciseDecimal' => 4,
];

$model->decimal = "6.12662";
$model->decimal = '6.12662';
$model->preciseDecimal = 17.261722;

$this->assertEquals(6.13, $model->decimal);
Expand Down

0 comments on commit ed34505

Please sign in to comment.