We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14688c9 commit 4a7a617Copy full SHA for 4a7a617
.gitattributes
@@ -20,6 +20,7 @@ psalm.xml export-ignore
20
/.chglog export-ignore
21
.dockerignore export-ignore
22
.env export-ignore
23
+/.eval export-ignore
24
/.git export-ignore
25
.gitattributes export-ignore
26
.gitattributes.keep export-ignore
tests/debug.php
@@ -1,4 +1,5 @@
1
<?php
2
+
3
// snippet
4
if (!defined('APP_DEBUG')) {
5
define('APP_DEBUG', true);
0 commit comments