1
0
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:
Matthew Brown 2019-04-14 13:12:21 -04:00
parent c297b91d6f
commit e2c3eaebc5

View File

@ -2355,7 +2355,8 @@ class PropertyTypeTest extends TestCase
'reportGoodLocationForPropertyError' => [
'<?php
class C {
public string $s;
/** @var string */
public $s;
public function __construct() {
$this->setS();