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,11 +72,9 @@ class IHMInputOutputTTClass implements InputOutputInterface | ||
72 | $outputName = $tt->name.'.xml'; | 72 | $outputName = $tt->name.'.xml'; |
73 | break; | 73 | break; |
74 | case TTRequestFileFormatEnum::ASCII : | 74 | case TTRequestFileFormatEnum::ASCII : |
75 | + case TTRequestFileFormatEnum:: SPACE : | ||
75 | $outputName = $tt->name.'.txt'; | 76 | $outputName = $tt->name.'.txt'; |
76 | break; | 77 | break; |
77 | - case TTRequestFileFormatEnum::SPACE : | ||
78 | - $outputName = $tt->name.'.space'; | ||
79 | - break; | ||
80 | default : | 78 | default : |
81 | $outputName = $tt->name.'.xml'; | 79 | $outputName = $tt->name.'.xml'; |
82 | } | 80 | } |