Skip to content

Commit 7b575cb

Browse files
committed
Add missing method visibilties
This gets the code base one more step towards PSR-12 compliance.
1 parent 4b2f5a3 commit 7b575cb

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

tests/Sabberworm/CSS/OutputFormatTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class OutputFormatTest extends \PHPunit\Framework\TestCase
2929
private $oParser;
3030
private $oDocument;
3131

32-
function setUp()
32+
protected function setUp()
3333
{
3434
global $TEST_CSS;
3535
$this->oParser = new Parser($TEST_CSS);

0 commit comments

Comments
 (0)