Skip to content

Commit 8268958

Browse files
committed
Remove line break
1 parent 6b7f4cc commit 8268958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Prompt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function promptLine(array $row): mixed
177177
if ($this->isEmpty($input)) {
178178
$input = $default;
179179
}
180-
180+
181181
if (!(is_array($validate) || is_callable($validate))) {
182182
throw new InvalidArgumentException("The validate item is wrong input data type", 1);
183183
}

0 commit comments

Comments
 (0)