Skip to content

Commit d7e92f2

Browse files
authored
Use PHP_CodeSniffer-specific annotations as needed (#1968)
1 parent d050002 commit d7e92f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Phing/Io/ExtendedFileStream.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function unregisterStream()
4444
stream_wrapper_unregister('efile');
4545
}
4646

47-
// @codingStandardsIgnoreStart
47+
// @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
4848

4949
/**
5050
* @param $path
@@ -145,7 +145,7 @@ public function stream_stat()
145145
return fstat($this->fp);
146146
}
147147

148-
// @codingStandardsIgnoreEnd
148+
// @phpcs:enable
149149

150150
/**
151151
* @param $path

0 commit comments

Comments
 (0)