8000 Brace on new line · laravel/framework@2c6ff0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c6ff0f

Browse files
committed
Brace on new line
1 parent f9cc133 commit 2c6ff0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Container/Container.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ public function tagged($tag)
395395
{
396396
$results = [];
397397

398-
if (isset($this->tags[$tag])) {
398+
if (isset($this->tags[$tag]))
399+
{
399400
foreach ($this->tags[$tag] as $abstract)
400401
{
401402
$results[] = $this->make($abstract);

0 commit comments

Comments
 (0)
0