for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CTL\XMPPMessageBase;
use Illuminate\Support\Facades\Facade;
class IM extends Facade{
/**
* Facade Acessor
* @return [type] [description]
[type]
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.
*/
protected static function getFacadeAcessor(){
return 'IM';
}
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.