Skip to content

Commit 3a5e2cf

Browse files
committed
php-cs-fixer
1 parent aa79af7 commit 3a5e2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Dcterms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function run()
2222

2323
foreach (Utils::getMetas($html) as $meta) {
2424
foreach (['dc.', 'dc:', 'dcterms:'] as $prefix) {
25-
if (stripos($meta[0], $prefix) === 0) {
25+
if (stripos($meta[0], $prefix) === 0) {
2626
$key = substr($meta[0], strlen($prefix));
2727
$this->bag->set($key, $meta[1]);
2828
}

0 commit comments

Comments
 (0)