Skip to content

Commit 917be2f

Browse files
committed
fix namespace
1 parent 2eb0e6f commit 917be2f

File tree

1 file changed

+1
-1
lines changed
  • tests/PHPStan/Rules/Functions/data

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Functions/data/file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPStan\Rules\Functions\data;
3+
namespace fileFlags;
44

55
class Foo {
66
public function ok():void {

0 commit comments

Comments
 (0)