Testing: Difference between revisions

No edit summary
No edit summary
Line 62: Line 62:
|collapsed_content=
|collapsed_content=


 
In <code>.phan/config.php</code> I simply added <syntaxhighlight lang="php">print_r( $cfg ); exit();</syntaxhighlight> just before the 'return' at the end of the file. Then I ran <code>composer phan</code> to invoke it from my shell and display the object variable.
<syntaxhighlight lang="php" line="1">
<syntaxhighlight lang="php" line="1">
Array
Array