ibudasov/php7-iptc-manager

View on GitHub
src/Domain/Tag.php

Summary

Maintainability
A
0 mins
Test Coverage

Returning type string but getValues() is declared to return string[]
Open

        return $this->value;
Severity: Minor
Found in src/Domain/Tag.php by phan

Assigning string[] to property but \iBudasov\Iptc\Domain\Tag->value is string
Open

        $this->value = $valuesOfTag;
Severity: Minor
Found in src/Domain/Tag.php by phan

There are no issues that match your filters.

Category
Status