File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ protected function setUp() : void {
2020 public function testConstructor () {
2121 $ this ->expectException ( Exception::class );
2222 // Silence native error from dba_open()
23- // @codingStandardsIgnoreLine Generic.PHP.NoSilencedErrors
23+ // phpcs:ignore Generic.PHP.NoSilencedErrors
2424 @new DBA ( '/tmp/non-exist ' );
2525 }
2626}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ protected function tearDown() : void {
2929 public function testConstructorOpen () {
3030 $ this ->expectException ( Exception::class );
3131 // Ignore native error from fopen()
32- // @codingStandardsIgnoreLine Generic.PHP.NoSilencedErrors
32+ // phpcs:ignore Generic.PHP.NoSilencedErrors
3333 @new PHP ( '/tmp/non-exist ' );
3434 }
3535
You can’t perform that action at this time.
0 commit comments