We are in the process to decide if we want to use resourcespace. To get an idea about potential code issues i made a first attempt to analyse the code using
noverify.exe -exclude-checks arraySyntax,phpdocLint -output result.txt C:\Dev\PHP\ResourceSpace_9_0_13357\include
My installation of noverify does not include PHPStorm stubs since i used the golang option. For the command above i get ~4000 rows of potential issues.
- Did you execute any static analysis on the resourcespace code?
- What were your findings?
We are in the process to decide if we want to use resourcespace. To get an idea about potential code issues i made a first attempt to analyse the code using
noverify.exe -exclude-checks arraySyntax,phpdocLint -output result.txt C:\Dev\PHP\ResourceSpace_9_0_13357\includeMy installation of noverify does not include PHPStorm stubs since i used the golang option. For the command above i get ~4000 rows of potential issues.