We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff6068 commit 59b3cfbCopy full SHA for 59b3cfb
src/Rules/Hash.php
@@ -5,8 +5,8 @@
5
use Illuminate\Contracts\Validation\Rule;
6
7
/**
8
- * The field under validation must be a hash of type algorithm. Algorithm is one of
9
- * ['md4', 'md5', 'sha1', 'sha256', 'sha384', 'sha512', 'ripemd128', 'ripemd160',
+ * The field under validation must be a hash of type algorithm. Algorithm is one of
+ * ['md4', 'md5', 'sha1', 'sha256', 'sha384', 'sha512', 'ripemd128', 'ripemd160',
10
* 'tiger128', 'tiger160', 'tiger192', 'crc32', 'crc32b']
11
*
12
* @package Arifszn\AdvancedValidation\Rules
0 commit comments