lint
This commit is contained in:
@@ -116,8 +116,8 @@ class Rut
|
||||
private static function calculateVerifier(int $number): string
|
||||
{
|
||||
/** @var list<int> $sequence */
|
||||
$sequence = array_filter(array_reverse(str_split((string) $number)), function($d) {
|
||||
return preg_match('/\d/',$d);
|
||||
$sequence = array_filter(array_reverse(str_split((string) $number)), function ($d) {
|
||||
return preg_match('/\d/', $d);
|
||||
});
|
||||
$x = 2;
|
||||
$s = 0;
|
||||
|
||||
Reference in New Issue
Block a user