Skip to content

Commit

Permalink
fix rebase/integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 10, 2024
1 parent a96a054 commit ee66921
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ class() {};

$a = new
/** @property string $x */
#[X] #[\Y\Z]
#[X] #[Y\Z]
class() {};

class Z {}

--INPUT--
<?php

Expand All @@ -34,5 +36,7 @@ class() {};

$a = new
/** @property string $x */
#[X] #[\Y\Z]
#[X] #[Y\Z]
class() {};

class Z {}

0 comments on commit ee66921

Please sign in to comment.