soderlind/css-flags

View on GitHub
example.php

Summary

Maintainability
A
0 mins
Test Coverage

Expected 1 space between comma and "'us'"; 0 found
Open

        return array( 'no','se','gb','us' ); // ISO_3166-1_alpha-2 codes: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
Severity: Minor
Found in example.php by phpcodesniffer

Expected 1 space between comma and "'se'"; 0 found
Open

        return array( 'no','se','gb','us' ); // ISO_3166-1_alpha-2 codes: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
Severity: Minor
Found in example.php by phpcodesniffer

Expected 1 space between comma and "'gb'"; 0 found
Open

        return array( 'no','se','gb','us' ); // ISO_3166-1_alpha-2 codes: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
Severity: Minor
Found in example.php by phpcodesniffer

There are no issues that match your filters.

Category
Status