Skip to content

Commit a482f11

Browse files
committed
Style fixes
1 parent c75c736 commit a482f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Serializers/Native.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ protected function mapByReference(&$data)
462462

463463
if ($data instanceof \DateTime) {
464464
$this->scope[$instance] = $data;
465-
465+
466466
return;
467467
}
468468

tests/SerializerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function () {
404404
test('serializes carbon objects', function () {
405405
$carbon = new \Carbon\Carbon('now');
406406

407-
$closure = function () use ($carbon){
407+
$closure = function () use ($carbon) {
408408
return $carbon;
409409
};
410410

0 commit comments

Comments
 (0)