Skip to content

Commit

Permalink
Fix docblock for Squiz.Whitespace.LanguageConstructSpacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed May 9, 2017
1 parent e36f3eb commit 391255e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
* @deprecated use the one from Generic {@see \PHP_CodeSniffer\Standards\Generic\Sniffs\WhiteSpace\LanguageConstructSpacingSniff}
*/

namespace PHP_CodeSniffer\Standards\Squiz\Sniffs\WhiteSpace;

use PHP_CodeSniffer\Sniffs\Sniff;
use PHP_CodeSniffer\Files\File;

/**
* @deprecated use the one from Generic {@see \PHP_CodeSniffer\Standards\Generic\Sniffs\WhiteSpace\LanguageConstructSpacingSniff}
*/
class LanguageConstructSpacingSniff implements Sniff
{

Expand Down

0 comments on commit 391255e

Please sign in to comment.