Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Aug 18, 2022
1 parent 458605a commit 285bd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resolvers/DataFromSomethingResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function createFromCustomCreationMethod(string $class, array $payloads
$customCreationMethods = $this->dataConfig
->getDataClass($class)
->methods
->filter(fn(DataMethod $method) => $method->isCustomCreationMethod);
->filter(fn (DataMethod $method) => $method->isCustomCreationMethod);

$methodName = null;

Expand Down

0 comments on commit 285bd7c

Please sign in to comment.