We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75c736 commit a482f11Copy full SHA for a482f11
src/Serializers/Native.php
@@ -462,7 +462,7 @@ protected function mapByReference(&$data)
462
463
if ($data instanceof \DateTime) {
464
$this->scope[$instance] = $data;
465
-
+
466
return;
467
}
468
tests/SerializerTest.php
@@ -404,7 +404,7 @@ function () {
404
test('serializes carbon objects', function () {
405
$carbon = new \Carbon\Carbon('now');
406
407
- $closure = function () use ($carbon){
+ $closure = function () use ($carbon) {
408
return $carbon;
409
};
410
0 commit comments