Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisharrison committed Apr 17, 2020
1 parent 8810149 commit e9ad762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Extension/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
interface Extension
{
public function extend(Definition $definition): ?Definition;
}
}
2 changes: 1 addition & 1 deletion src/ValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ public static function null();
* @return static
*/
public function whenNull($native);
}
}

0 comments on commit e9ad762

Please sign in to comment.