Subversion Repositories fastphp

Compare Revisions

No changes between revisions

Regard whitespace Rev 91 → Rev 92

/trunk/codeexplorer.php
251,7 → 251,7
}
}
 
$parser = new MyFastPHPCodeExplorer($icon);
$parser = new MyFastPHPCodeExplorer();
while (true) {
try {
$code = FastPHPReader::readCodeFromEditor();
/trunk/codeexplorer_api.inc.php
1,4 → 1,4
<?php
<?php
 
define('SIGNAL_END_OF_TRANSMISSION', chr(1).chr(2).chr(3).chr(4).chr(5).chr(6).chr(7).chr(8));
define('SIGNAL_TERMINATE', chr(8).chr(7).chr(6).chr(5).chr(4).chr(3).chr(2).chr(1));
/trunk/phpstan.neon.dist
0,0 → 1,16
parameters:
level: 5
fileExtensions:
- php
- phps
- xphp
paths:
- .
excludePaths:
analyseAndScan:
- .phpstan.tmp
tmpDir: .phpstan.tmp
ignoreErrors:
#- '#is always (true|false)\.#'
#- '#Call to function assert\(\) with false will always evaluate to false\.#'
#- '#with no typehint specified\.#'
/trunk/.
Property changes:
Modified: svn:ignore
*.identcache
FastPHP.ini
*.stat
+.phpstan.tmp
+