File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments