Skip to content

Commit 1df5440

Browse files
committed
more lint fixes
1 parent c31dc1a commit 1df5440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Constraints/HackEnumConstraint.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public static function check<T as arraykey>(mixed $input, \HH\enumname<T> $enum_
3131
);
3232
throw new JsonSchema\InvalidFieldException($pointer, vec[$error]);
3333
}
34-
}
34+
}

tests/InvalidEnumTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ public function testMismatchedEnumType(): void {
4141
);
4242
expect(() ==> $ret['codegen']->build())->toThrow(\HH\InvariantException::class);
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)