Skip to content

Commit 3091345

Browse files
committed
s/numeric/notNumeric
1 parent 28504d2 commit 3091345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Process/EntityCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function __construct(array $config, $reserved)
102102
continue;
103103
}
104104

105-
Assert::numeric(
105+
Assert::notNumeric(
106106
$index,
107107
"Unspecified allowed attributes for the '$value' category.",
108108
Error\ConfigurationError::class,

0 commit comments

Comments
 (0)