Skip to content

Commit

Permalink
Conserve some vertical space
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Nov 14, 2022
1 parent 5bafc95 commit dd253b7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/TypeAnnotationTest.php
Expand Up @@ -595,12 +595,8 @@ class C extends A {}
],
'importedTypeUsedInAssertion' => [
'code' => '<?php
/**
* @psalm-type Foo = string
*/
class A
{
}
/** @psalm-type Foo = string */
class A {}
/**
* @psalm-immutable
Expand Down

0 comments on commit dd253b7

Please sign in to comment.