Completed
Push — master ( f8be55...f978d6 )
by Michael
02:52
created
src/Mvg/Factories/Departures.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User: ms
4
- * Date: 29.08.15
5
- * Time: 21:15
6
- */
3
+	 * User: ms
4
+	 * Date: 29.08.15
5
+	 * Time: 21:15
6
+	 */
7 7
 namespace Mvg\Factories;
8 8
 
9 9
 
Please login to merge, or discard this patch.
src/Mvg/Parser/Html/Departures.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User: ms
4
- * Date: 29.08.15
5
- * Time: 09:36
6
- */
3
+	 * User: ms
4
+	 * Date: 29.08.15
5
+	 * Time: 09:36
6
+	 */
7 7
 
8 8
 namespace  Mvg\Parser\Html;
9 9
 
Please login to merge, or discard this patch.
src/Mvg/Parser/Html/Stations.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User: ms
4
- * Date: 29.08.15
5
- * Time: 12:37
6
- */
3
+	 * User: ms
4
+	 * Date: 29.08.15
5
+	 * Time: 12:37
6
+	 */
7 7
 
8 8
 namespace  Mvg\Parser\Html;
9 9
 
Please login to merge, or discard this patch.
src/Mvg/Parser/Html/NewsTicker.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User: ms
4
- * Date: 14.09.15
5
- * Time: 21:24
6
- */
3
+	 * User: ms
4
+	 * Date: 14.09.15
5
+	 * Time: 21:24
6
+	 */
7 7
 
8 8
 namespace  Mvg\Parser\Html;
9 9
 use Mvg\Parser\AbstractParser;
Please login to merge, or discard this patch.
cli.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User: ms
4
- * Date: 28.08.15
5
- * Time: 23:34
6
- * @see this ruby application https://github.com/rmoriz/mvg-live/blob/master/lib/mvg/live.rb
7
- *
8
- * Departures
9
- * http://www.mvg-live.de/ims/dfiStaticAnzeige.svc?haltestelle=Karl-Theodor-Stra%DFe&ubahn=checked&bus=checked&tram=checked&sbahn=checked
10
- *
11
- * Select Station
12
- * http://www.mvg-live.de/ims/dfiStaticAuswahl.svc?haltestelle=Karl&ubahn=checked&bus=checked&tram=checked&sbahn=checked
13
- */
3
+	 * User: ms
4
+	 * Date: 28.08.15
5
+	 * Time: 23:34
6
+	 * @see this ruby application https://github.com/rmoriz/mvg-live/blob/master/lib/mvg/live.rb
7
+	 *
8
+	 * Departures
9
+	 * http://www.mvg-live.de/ims/dfiStaticAnzeige.svc?haltestelle=Karl-Theodor-Stra%DFe&ubahn=checked&bus=checked&tram=checked&sbahn=checked
10
+	 *
11
+	 * Select Station
12
+	 * http://www.mvg-live.de/ims/dfiStaticAuswahl.svc?haltestelle=Karl&ubahn=checked&bus=checked&tram=checked&sbahn=checked
13
+	 */
14 14
 
15 15
 use  Mvg\Parser\Html\Departures;
16 16
 use  Mvg\Parser\Html\Stations;
Please login to merge, or discard this patch.
build-phar.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User: ms
4
- * Date: 29.08.15
5
- * Time: 20:22
6
- * @see https://github.com/secondtruth/php-phar-compiler
7
- */
3
+	 * User: ms
4
+	 * Date: 29.08.15
5
+	 * Time: 20:22
6
+	 * @see https://github.com/secondtruth/php-phar-compiler
7
+	 */
8 8
 require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'vendor/autoload.php';
9 9
 use Secondtruth\Compiler\Compiler;
10 10
 
Please login to merge, or discard this patch.