I'm jumping between projects, and it's often that the PHP-version of the project doesn't match, the PHP-version of that project:
This happens mostly, when I clone a repository and open it in PhpStorm. Sometimes the PHP language level is set to 7.2, other time it is set to 8.0, while I always have 7.4 installed locally.
If I just start a new blank project, then it is set correctly:
Can that PHP-language level be set somewhere from the files (in the same way as .editorstyle)?


