Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Mar 15, 2021
1 parent 98bad71 commit ed27c08
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Constraint/TraversableContains.hack
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/


namespace Facebook\FBExpect\Constraint;

class TraversableContains {
Expand Down
1 change: 0 additions & 1 deletion src/Exception/InvalidArgumentException.hack
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/


namespace Facebook\FBExpect;

final class InvalidArgumentException extends \RuntimeException {}
1 change: 0 additions & 1 deletion src/ExpectObj.hack
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ class ExpectObj<T> extends Assert {
$this->assertFalse(\array_key_exists($key, $obj), $msg);
}


// Asserts: $actual does not match $expected regular expression
public function toNotMatchRegExp(
string $expected,
Expand Down

0 comments on commit ed27c08

Please sign in to comment.