Skip to content

Commit

Permalink
Add @noinspection from #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinai committed May 14, 2015
1 parent 2592bca commit 91cd079
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions shell/generate-phpstorm-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ protected function _writeMap(array $map)
namespace PHPSTORM_META {
/** @noinspection PhpUnusedLocalVariableInspection */
/** @noinspection PhpIllegalArrayKeyTypeInspection */
/** @noinspection PhpUndefinedClassInspection /
/** @noinspection PhpDeprecationInspection */
$STATIC_METHOD_TYPES = [' . PHP_EOL;
fwrite($f, $str);
foreach ($map as $factory => $classes) {
Expand All @@ -293,10 +295,6 @@ protected function _getOutputFile()
return 'php://stdout';
}

/**
* Retrieve Usage Help Message
*
*/
public function usageHelp()
{
return <<<USAGE
Expand Down

0 comments on commit 91cd079

Please sign in to comment.