Skip to content

Commit fe6c056

Browse files
committed
Fixed static test Failures
1 parent 3c92a8c commit fe6c056

File tree

1 file changed

+6
-6
lines changed
  • lib/internal/Magento/Framework/View/Asset/MergeStrategy

1 file changed

+6
-6
lines changed

lib/internal/Magento/Framework/View/Asset/MergeStrategy/Direct.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
*/
1919
class Direct implements MergeStrategyInterface
2020
{
21-
/**#@+
21+
/**
2222
* Delimiters for merging files of various content type
2323
*/
24-
const MERGE_DELIMITER_JS = ';';
25-
26-
const MERGE_DELIMITER_EMPTY = '';
24+
private const MERGE_DELIMITER_JS = ';';
2725

28-
/**#@-*/
26+
private const MERGE_DELIMITER_EMPTY = '';
2927

30-
/**#@-*/
28+
/**
29+
* @var Filesystem
30+
*/
3131
private $filesystem;
3232

3333
/**

0 commit comments

Comments
 (0)