Skip to content

Commit 69956ae

Browse files
author
arp
committed
FEATURE: move the file CustomPhpStanFunctionMap to the config directory
1 parent 19ef450 commit 69956ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

generator/src/PhpStanFunctions/PhpStanFunctionMapReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PhpStanFunctionMapReader
1717
public function __construct()
1818
{
1919
$this->functionMap = require 'phar://'.__DIR__.'/../../vendor/phpstan/phpstan/phpstan.phar/resources/functionMap.php';
20-
$this->customFunctionMap = require __DIR__.'/CustomPhpStanFunctionMap.php';
20+
$this->customFunctionMap = require __DIR__ . '/../../config/CustomPhpStanFunctionMap.php';
2121
}
2222

2323
public function hasFunction(string $functionName): bool

0 commit comments

Comments
 (0)