Completed
Push — master ( 02f115...2c389a )
by Stephan
07:20 queued 03:16
created
src/vCard/vCardResultPrinter.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@  discard block
 block discarded – undo
113 113
 		return $result;
114 114
 	}
115 115
 
116
+	/**
117
+	 * @param QueryResult $res
118
+	 */
116 119
 	private function getVCardContent( $res ) {
117 120
 
118 121
 		$result = '';
@@ -402,6 +405,9 @@  discard block
 block discarded – undo
402 405
 		return $list;
403 406
 	}
404 407
 
408
+	/**
409
+	 * @return string
410
+	 */
405 411
 	private function getFieldValue( $field ) {
406 412
 
407 413
 		$v = '';
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SRF\vCard;
4 4
 
5
-use SMWQueryResult  as QueryResult;
5
+use SMWQueryResult as QueryResult;
6 6
 use SMWQueryProcessor as QueryProcessor;
7 7
 use SMWQuery as Query;
8 8
 use SMWExportPrinter as FileExportPrinter;
Please login to merge, or discard this patch.
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.