• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

heimrichhannot / contao-utils-bundle / 13049727492

30 Jan 2025 09:51AM UTC coverage: 25.17% (-0.005%) from 25.175%
13049727492

push

github

koertho
fixed issue with GenerateDataAttributesStringArrayHandling enum in older php versions

0 of 1 new or added line in 1 file covered. (0.0%)

1477 of 5868 relevant lines covered (25.17%)

1.56 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Util/HtmlUtil/GenerateDataAttributesStringArrayHandling.php
1
<?php
2

3
namespace HeimrichHannot\UtilsBundle\Util\HtmlUtil;
4

NEW
5
if (version_compare(phpversion(), '8.1','>=')) {
×
6
    enum GenerateDataAttributesStringArrayHandling: string
7
    {
8
        case REDUCE = 'reduce';
9
        case ENCODE = 'encode';
10
    }
11
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc