Skip to content

Commit 0738d28

Browse files
committed
rector psalm
1 parent 7270b7f commit 0738d28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<directory name="ajax" />
77
<directory name="front" />
88
<directory name="inc" />
9+
<file name="hook.php" />
10+
<file name="setup.php" />
911
</projectFiles>
1012

1113
<issueHandlers>

rector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
* along with News. If not, see <http://www.gnu.org/licenses/>.
2424
* -------------------------------------------------------------------------
2525
* @copyright Copyright (C) 2015-2023 by News plugin team.
26+
* @copyright Copyright (C) 2018-2023 by Metabase plugin team.
2627
* @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html
2728
* @link https://github.com/pluginsGLPI/news
29+
* @link https://github.com/pluginsGLPI/metabase
2830
* -------------------------------------------------------------------------
2931
*/
3032

@@ -45,7 +47,7 @@
4547
->withPhpVersion(PhpVersion::PHP_82)
4648
->withCache(
4749
cacheClass: FileCacheStorage::class,
48-
cacheDirectory: sys_get_temp_dir() . '/news-rector',
50+
cacheDirectory: sys_get_temp_dir() . '/metabase-rector',
4951
)
5052
->withRootFiles()
5153
->withParallel(timeoutSeconds: 300)

0 commit comments

Comments
 (0)