Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and actions-user committed Dec 16, 2021
1 parent 15fd2a2 commit 7ae7562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/TypeReflectors/TypeReflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private function nullifyType(Type $type): Type
return $type;
}

if($type instanceof Mixed_){
if ($type instanceof Mixed_) {
return $type;
}

Expand Down
1 change: 0 additions & 1 deletion tests/FakeClasses/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Spatie\TypeScriptTransformer\Tests\FakeClasses;


/**
* @typescript
*/
Expand Down

0 comments on commit 7ae7562

Please sign in to comment.