Skip to content

Commit cc30078

Browse files
committed
Fix minor typos
1 parent 16b8b10 commit cc30078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Console/Descriptor/AbstractDescriptorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function getDescribeCallableTestData()
209209
}
210210

211211
/** @dataProvider getClassDescriptionTestData */
212-
public function testGetClassDecription($object, $expectedDescription)
212+
public function testGetClassDescription($object, $expectedDescription)
213213
{
214214
$this->assertEquals($expectedDescription, $this->getDescriptor()->getClassDescription($object));
215215
}

0 commit comments

Comments
 (0)