Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
becoded authored and neilime committed Jun 2, 2023
1 parent 3e484c9 commit 9496b92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class FormLabelTest extends \TestSuite\TwbsHelper\AbstractViewHelperTestCase
/**
* @dataProvider dataProviderRenderLabels
*/
public function testRenderWithLabel($element, string $expected)
public function testRenderWithLabel(\Laminas\Form\Element $element, string $expected)
{
$this->assertEquals(
$expected,
Expand Down

0 comments on commit 9496b92

Please sign in to comment.