Skip to content

Commit 966dcac

Browse files
committed
Try to make failing test pass
1 parent afb4e60 commit 966dcac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/_data/php7.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
namespace Test\ns1;
33
class TestPhp7Class
44
{
5+
6+
//
7+
58
public function stringSth(string $arg) {}
69
public function floatSth(float $arg) {}
710
public function boolSth(bool $arg) {}

0 commit comments

Comments
 (0)