Completed
Push — master ( a6fb71...ab0873 )
by Michael
02:52
created
src/Mvg/Factories/Departures.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 	}
82 82
 
83 83
 	/**
84
-	 * @return array
84
+	 * @return ParserDepartures
85 85
 	 */
86 86
 	protected function getParserDepartures() {
87 87
 		return $this->parserDepartures;
Please login to merge, or discard this patch.
src/Mvg/TextOutput/Departures.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 	/**
66 66
 	 * found here http://stackoverflow.com/a/11871948
67 67
 	 * @param $input
68
-	 * @param $pad_length
68
+	 * @param integer $pad_length
69 69
 	 * @param string $pad_string
70 70
 	 * @param int $pad_type
71 71
 	 * @return string
Please login to merge, or discard this patch.
src/Mvg/TextOutput/NewsTicker.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
 
20 20
 	/**
21
-	 * @param  Mvg\Parser\Html\NewsTicker $newsTickerParser
21
+	 * @param  NewsTickerParser $newsTickerParser
22 22
 	 */
23 23
 	public function __construct(NewsTickerParser $newsTickerParser) {
24 24
 
@@ -45,6 +45,7 @@  discard block
 block discarded – undo
45 45
 
46 46
 	/**
47 47
 	 * @param   Mvg\Parser\Html\NewsTicker
48
+	 * @param NewsTickerParser $newsTickerParser
48 49
 	 */
49 50
 	protected function setNewsTickerParser($newsTickerParser) {
50 51
 		$this->newsTickerParser = $newsTickerParser;
Please login to merge, or discard this patch.