Closed JDGrimes closed 8 years ago
When creating a reaction with hadCreatedAPointsReaction() the $settings parameter is ignored and the $defaults are always used. This is because we have the arguments swapped when we pass them to array_merge().
hadCreatedAPointsReaction()
$settings
$defaults
array_merge()
When creating a reaction with
hadCreatedAPointsReaction()
the$settings
parameter is ignored and the$defaults
are always used. This is because we have the arguments swapped when we pass them toarray_merge()
.