We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f310bdf commit d476fa5Copy full SHA for d476fa5
1 file changed
tests/unit/Snak/DerivedPropertyValueSnakTest.php
@@ -54,7 +54,7 @@ public function testGivenInvalidConstructorArguments_constructorThrowsException(
54
DataValue $dataValue,
55
array $derivedDataValues
56
) {
57
- new DerivedPropertyValueSnak( $propertyId, $dataValue,$derivedDataValues );
+ new DerivedPropertyValueSnak( $propertyId, $dataValue, $derivedDataValues );
58
}
59
60
public function invalidConstructorArgumentsProvider() {
0 commit comments