iRail / stations

A list of all the Belgian stations and their properties used within the iRail project
http://irail.be/stations/NMBS
29 stars 20 forks source link

PSR-2 violations. #67

Closed Tjoosten closed 8 years ago

Tjoosten commented 8 years ago

01 WARNING

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 145.

02 ERROR: Whitespace found at end of line 59 WARNING: Line exceeds 120 characters; contains 136 characters 65 WARNING: Line exceeds 120 characters; contains 156 characters 72 WARNING: Line exceeds 120 characters; contains 142 characters 145 ERROR: Closing class brace must be on a line by itself

pietercolpaert commented 8 years ago

Fixed with #63