Skip to content

Commit 7b7bcb6

Browse files
pushpak1300github-actions[bot]
authored andcommitted
Fix code styling
1 parent f3ef76a commit 7b7bcb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Feature/Logging/ContainerResolutionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'file' => $errfile,
1919
'line' => $errline,
2020
];
21+
2122
return true; // Don't execute PHP's internal error handler
2223
});
2324

@@ -71,6 +72,7 @@
7172
'file' => $errfile,
7273
'line' => $errline,
7374
];
75+
7476
return true;
7577
});
7678

@@ -112,6 +114,7 @@
112114
'file' => $errfile,
113115
'line' => $errline,
114116
];
117+
115118
return true;
116119
});
117120

@@ -141,4 +144,3 @@
141144

142145
expect($output)->toBe('');
143146
});
144-

0 commit comments

Comments
 (0)