Skip to content

Commit 392d016

Browse files
author
Alexandre Gérault
committed
style: remove doubled empty lines
1 parent 15b58a0 commit 392d016

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Illuminate/Config/Repository.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ public function offsetUnset($key): void
180180
$this->set($key, null);
181181
}
182182

183-
184183
/**
185184
* Get the specified configuration value typed as a string.
186185
* If the value isn't a string it should throw an exception.
@@ -221,7 +220,6 @@ public function array(string $key): array
221220
return $value;
222221
}
223222

224-
225223
/**
226224
* Get the specified configuration value typed as a boolean.
227225
* If the value isn't a boolean it should throw an exception.
@@ -262,7 +260,6 @@ public function integer(string $key): int
262260
return $value;
263261
}
264262

265-
266263
/**
267264
* Get the specified configuration value typed as a float.
268265
* If the value isn't a float it should throw an exception.

0 commit comments

Comments
 (0)