Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…dding missing docblock
  • Loading branch information
Ocramius committed Nov 27, 2014
1 parent c26ce3e commit 0b62e3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/CreditCardTest.php
Expand Up @@ -175,6 +175,11 @@ public function testConstructionWithOptions($input, $expected)
$this->assertEquals($expected, $validator->isValid($input));
}

/**
* Data provider
*
* @return string[][]|bool[][]
*/
public function jcbValues()
{
return array(
Expand Down

0 comments on commit 0b62e3d

Please sign in to comment.