Skip to content

ohader/psalm-6788

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Scenario for #6788

Install

git clone https://github.com/ohader/psalm-6788.git
cd psalm-6788
composer install

Invoke Psalm

composer run psalm

> psalm -c psalm.xml --no-cache
string(10) "registered"
Scanning files...
string(74) "Scanner: /Users/olly/Development/projects/psalm-6788/examples/whatever.any"
Analyzing files...

string(75) "Analyzer: /Users/olly/Development/projects/psalm-6788/examples/whatever.any"
░
------------------------------
No errors found!
------------------------------

Checks took 1.21 seconds and used 54.101MB of memory
Psalm was unable to infer types in the codebase