This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------------------------------------------------------+------------------------------------------------------------------------------+ | |
| Inspection | Description | | |
+----------------------------------------------------------+------------------------------------------------------------------------------+ | |
| -- angularjs | | | |
| EmptyEventHandlerInspection | Empty Event Handler | | |
+----------------------------------------------------------+------------------------------------------------------------------------------+ | |
| -- coffeescript | | | |
| CoffeeScriptUnusedLocalSymbolsInspection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Retrieve folder size including subfolders | |
* and including 'hidden' files and folders | |
* | |
* @param string $dir Directory path | |
* @return int Size of the directory in bytes | |
*/ | |
function folderSize($dir) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file ..\*\\.(properties|config|conf|cnf|cfg) Java\sFile | |
include properties.syntax | |
file ..\*\\.(ya?ml|YML)$ YAML\sFile | |
include yaml.syntax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* In configuration file | |
* ... | |
* 'as AccessBehavior' => [ | |
* 'class' => 'app\components\AccessBehavior', | |
* 'allowedRoutes' => [ | |
* '/', | |
* ['/user/registration/register'], |