Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzcris authored and sebastianbergmann committed Jun 6, 2018
1 parent ddd3bcc commit 711ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Token/InterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function testGetPackageNamespaceForFileWithMultipleNamespaces($filepath)
return;
}
}
$this->fail('Seachring for 2 classes failed');
$this->fail('Searching for 2 classes failed');
}

public function testGetPackageNamespaceIsEmptyForInterfacesThatAreNotWithinNamespaces()
Expand Down

0 comments on commit 711ca0c

Please sign in to comment.