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

Commit

Permalink
Merge pull request #2 from NiclasHedam/analysis-zELGwv
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
niclashedam committed Apr 9, 2018
2 parents 1b6bc1d + ed34505 commit 0fc6941
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 0fc6941

Please sign in to comment.