Skip to content

Commit 250b14d

Browse files
committed
Fix previous commit; notNumeric does not exist
1 parent 3091345 commit 250b14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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::notNumeric(
105+
Assert::string(
106106
$index,
107107
"Unspecified allowed attributes for the '$value' category.",
108108
Error\ConfigurationError::class,

0 commit comments

Comments
 (0)