mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 18:17:55 +01:00
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
<?php
|
|
|
|
if (!defined('CODE_DIR')) {
|
|
$codeDir = 1;
|
|
define('CODE_DIR', $codeDir);
|
|
}
|