Skip to content

Commit 4626f37

Browse files
chore(style): update source code formatting according to PSR-12
1 parent 8c5b7c2 commit 4626f37

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Illuminate/Auth/LocalMailAccount/LocalAccountProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ private function decodePayload(string $payload): array
8181
{
8282
return json_decode(base64_decode($payload), true);
8383
}
84-
8584
}

tests/Illuminate/Auth/LocalMailAccount/LocalAccountProviderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public function testGetUser()
118118

119119
$this->assertSame("routeId", $toArray["id"]);
120120
$this->assertSame("routeId", $toArray["name"]);
121-
122121
}
123122

124123

@@ -134,6 +133,4 @@ protected function makeAccessible($inst, $name, $isProperty = false)
134133

135134
return $name;
136135
}
137-
138-
139136
}

0 commit comments

Comments
 (0)