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

Commit

Permalink
#6927 #6278 - adding missing docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Nov 27, 2014
1 parent d3d0816 commit 49ef580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ZendTest/Validator/CreditCardTest.php
Original file line number Diff line number Diff line change
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 49ef580

Please sign in to comment.