1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Conserve some vertical space

This commit is contained in:
Bruce Weirdan 2022-11-14 14:54:55 -04:00 committed by GitHub
parent 5bafc9512c
commit dd253b755b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -595,12 +595,8 @@ class TypeAnnotationTest extends TestCase
],
'importedTypeUsedInAssertion' => [
'code' => '<?php
/**
* @psalm-type Foo = string
*/
class A
{
}
/** @psalm-type Foo = string */
class A {}
/**
* @psalm-immutable