Skip to content

Commit 43fa64d

Browse files
committed
add missing test namespace
1 parent 700bfbb commit 43fa64d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: tests/PHPStan/Analyser/data/bug-12800.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?php
22

3+
namespace Bug12800;
4+
35
class a
46
{
57
/**
68
* @param array<mixed> $labels
79
*/
8-
public function b(array $labels, stdClass $payment): bool
10+
public function b(array $labels, \stdClass $payment): bool
911
{
1012
$fullData = '
1113
{

0 commit comments

Comments
 (0)