We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08aa334 commit a50139dCopy full SHA for a50139d
Tests/Data/Bundle/Reader/BundleEntryReaderTest.php
@@ -21,7 +21,7 @@
21
*/
22
class BundleEntryReaderTest extends TestCase
23
{
24
- const RES_DIR = '/res/dir';
+ private const RES_DIR = '/res/dir';
25
26
/**
27
* @var BundleEntryReader
Tests/Util/GitRepositoryTest.php
@@ -23,7 +23,7 @@ class GitRepositoryTest extends TestCase
private $targetDir;
- const REPO_URL = 'https://github.com/symfony/intl.git';
+ private const REPO_URL = 'https://github.com/symfony/intl.git';
28
29
* @before
0 commit comments