Completed
Pull Request — master (#340)
by mw
01:57
created
src/ResourceFormatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 	 * @since 3.0
19 19
 	 *
20 20
 	 * @param array $modules
21
-	 * @param array $styleModules
21
+	 * @param string[] $styleModules
22 22
 	 */
23 23
 	public static function registerResources( array $modules = [], array $styleModules = [] ) {
24 24
 
Please login to merge, or discard this patch.
formats/filtered/src/Filtered.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -115,6 +115,9 @@  discard block
 block discarded – undo
115 115
 		return $this->printrequests;
116 116
 	}
117 117
 
118
+	/**
119
+	 * @param boolean $hasTemplates
120
+	 */
118 121
 	public function hasTemplates( $hasTemplates = null ) {
119 122
 		$ret = $this->hasTemplates;
120 123
 		if ( is_bool( $hasTemplates ) ) {
@@ -258,6 +261,9 @@  discard block
 block discarded – undo
258 261
 		return ( $force ) ? $this->mLinker : parent::getLinker( $firstcol );
259 262
 	}
260 263
 
264
+	/**
265
+	 * @param string $id
266
+	 */
261 267
 	private function addConfigToOutput( $id, $config ) {
262 268
 
263 269
 		if ( $this->getParser()->getOutput() !== null ) {
Please login to merge, or discard this patch.
src/iCalendar/iCalendarFileExportPrinter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 namespace SRF\iCalendar;
4 4
 
5 5
 use SRF\iCalendar\IcalTimezoneFormatter;
6
-use SMWQueryResult  as QueryResult;
6
+use SMWQueryResult as QueryResult;
7 7
 use SMWQueryProcessor as QueryProcessor;
8 8
 use SMWQuery as Query;
9 9
 use SMWExportPrinter as FileExportPrinter;
Please login to merge, or discard this patch.