YetiForceCompany/YetiForcePDF

View on GitHub
lib/Style/Normalizer/BorderWidth.php

Summary

Maintainability
A
0 mins
Test Coverage

Spaces must be used to indent lines; tabs are not allowed
Open

            'border-bottom-width',

Spaces must be used to indent lines; tabs are not allowed
Open

    public function normalize($ruleValue, string $ruleName = ''): array

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

        if (null !== $this->normalized) {

Spaces must be used to indent lines; tabs are not allowed
Open

            return $this->normalized;

Spaces must be used to indent lines; tabs are not allowed
Open

    /**

Spaces must be used to indent lines; tabs are not allowed
Open

     * {@inheritdoc}

Spaces must be used to indent lines; tabs are not allowed
Open

        }

Spaces must be used to indent lines; tabs are not allowed
Open

        return $this->normalized = $this->normalizeMultiValues([

Spaces must be used to indent lines; tabs are not allowed
Open

    }

Spaces must be used to indent lines; tabs are not allowed
Open

            'border-top-width',

Spaces must be used to indent lines; tabs are not allowed
Open

            'border-right-width',

Spaces must be used to indent lines; tabs are not allowed
Open

            'border-left-width', ], $ruleValue);

Spaces must be used to indent lines; tabs are not allowed
Open

     */

There are no issues that match your filters.

Category
Status