After installing Composer in windows 10, the result of phpc -i command is:
"The installed coding standards are MySource, PEAR, PSR1, PSR12, PSR2, Squiz and Zend."
After lots of searches I was unable to find any documentation about MySource coding standard, nor for Squiz coding standard.
So what are these two standards? Are there any link to their documentation to see what sniffs they do?
In fact I need to know are there any extra sniffs which these two standard do in comparison with PSR12? (currently I've set only PSR1,PSR12 in my vscode code sniffer extension settings.)