Skip to content

Commit d476fa5

Browse files
committed
Fix phpmd
1 parent f310bdf commit d476fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Snak/DerivedPropertyValueSnakTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testGivenInvalidConstructorArguments_constructorThrowsException(
5454
DataValue $dataValue,
5555
array $derivedDataValues
5656
) {
57-
new DerivedPropertyValueSnak( $propertyId, $dataValue,$derivedDataValues );
57+
new DerivedPropertyValueSnak( $propertyId, $dataValue, $derivedDataValues );
5858
}
5959

6060
public function invalidConstructorArgumentsProvider() {

0 commit comments

Comments
 (0)