Skip to content

Commit f1ad986

Browse files
Merge pull request #15 from stackkit/analysis-XNKVog
Apply fixes from StyleCI
2 parents 4ac2573 + a2deb4b commit f1ad986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ConfigCacheTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ConfigCacheTest extends TestCase
88
{
99
/** @test */
10-
function the_configuration_file_can_be_cached()
10+
public function the_configuration_file_can_be_cached()
1111
{
1212
$failed = false;
1313

@@ -23,4 +23,4 @@ function the_configuration_file_can_be_cached()
2323
$this->assertTrue(true);
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)