Skip to content

Commit 7c49b80

Browse files
committed
Fix some merge artifacts
... from merging the 3.x commits into the 4.x branch.
1 parent d8f7753 commit 7c49b80

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/Core/File/GetMemberPropertiesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,6 @@ public function dataGetMemberProperties()
593593
'scope_specified' => true,
594594
'is_static' => false,
595595
'is_readonly' => false,
596-
// Missing static, but that's OK as not an allowed syntax.
597-
'is_readonly' => false,
598596
'type' => 'callable||void',
599597
'nullable_type' => false,
600598
],

tests/Core/File/GetMethodParametersTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,6 @@ public function testCommentsInParameter()
10261026
'variable_length' => true,
10271027
'type_hint' => '?MyClass',
10281028
'nullable_type' => true,
1029-
'default' => '\'default value\' . /*-*/ \'second part\' // Trailing comment.',
10301029
];
10311030

10321031
$this->getMethodParametersTestHelper('/* '.__FUNCTION__.' */', $expected);

0 commit comments

Comments
 (0)