mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix string syntax
This commit is contained in:
parent
c297b91d6f
commit
e2c3eaebc5
@ -2355,7 +2355,8 @@ class PropertyTypeTest extends TestCase
|
||||
'reportGoodLocationForPropertyError' => [
|
||||
'<?php
|
||||
class C {
|
||||
public string $s;
|
||||
/** @var string */
|
||||
public $s;
|
||||
|
||||
public function __construct() {
|
||||
$this->setS();
|
||||
|
Loading…
Reference in New Issue
Block a user