Skip to content

Commit 101d5d7

Browse files
Moved brace onto new line
1 parent bd27bb7 commit 101d5d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Dotenv/LoaderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ protected function key()
5858
*
5959
* @return string
6060
*/
61-
protected function value() {
61+
protected function value()
62+
{
6263
$keyVal = $this->keyVal();
6364

6465
return reset($keyVal);

0 commit comments

Comments
 (0)