Add stubs for psalm

This commit is contained in:
dinamiko 2021-11-08 11:37:18 +01:00
parent dddc8d6cf6
commit 5bb7c80622
3 changed files with 6 additions and 1 deletions

4
.psalm/stubs.php Normal file
View file

@ -0,0 +1,4 @@
<?php
if (!defined('EP_PAGES')) {
define('EP_PAGES', 4096);
}