ongr-archive / ongr-strict-standard

[NOT MAINTAINED] Strict PHPCS standard for PSR-2 code based on Squiz standards
MIT License
13 stars 14 forks source link

Error about spaces around '-'. #130

Open GrandLTU opened 9 years ago

GrandLTU commented 9 years ago
$geoBoundingBoxFilter = new GeoBoundingBoxFilter(
    'pin.location',
    [
        -74.1,
        40.73,
        -71.12,
        40.01,
    ]
);

Standard complains about negative sign near -74.1