Commit 20263d079c5b3108c9f097089689192127f04c3d
1 parent
643f4026
Exists in
master
and in
45 other branches
new tt format ok
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
.gitignore
src/InputOutput/IHMImpl/TimeTables/IHMInputOutputTTClass.php
... | ... | @@ -72,11 +72,9 @@ class IHMInputOutputTTClass implements InputOutputInterface |
72 | 72 | $outputName = $tt->name.'.xml'; |
73 | 73 | break; |
74 | 74 | case TTRequestFileFormatEnum::ASCII : |
75 | + case TTRequestFileFormatEnum:: SPACE : | |
75 | 76 | $outputName = $tt->name.'.txt'; |
76 | 77 | break; |
77 | - case TTRequestFileFormatEnum::SPACE : | |
78 | - $outputName = $tt->name.'.space'; | |
79 | - break; | |
80 | 78 | default : |
81 | 79 | $outputName = $tt->name.'.xml'; |
82 | 80 | } |
... | ... |