If the variable value had no quotes a comment at the end of the line was
added to the variable.
Spaces between text and comment mark will be removed too
Old:
FOO=Test # Comment -> $_ENV['FOO'] = "Test # Comment"
New:
FOO=Test # Comment -> $_ENV['FOO'] = "Test"
Add Readme file update for install via composer
psalm static checker added
phan and phpstan update with ignoring vendor and test files as they are
not needed in final system