Completed
Push — master ( 717430...6bf91e )
by GIT
07:37 queued 06:20
created
tests/phpunit/Unit/PropertyRegistryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SIL\PropertyRegistry;
6 6
 use SMW\PropertyRegistry as SemanticMediaWikiPropertyRegistry;
7
-use SMW\DIProperty;
8 7
 
9 8
 /**
10 9
  * @covers \SIL\PropertyRegistry
Please login to merge, or discard this patch.
src/AnnotatedLanguageParserFunction.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Title;
6 6
 use Language;
7
-
8 7
 use SMW\Localizer;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -64,6 +64,10 @@
 block discarded – undo
64 64
 		return [ $templateText, 'noparse' => $templateText === '', 'isHTML' => false ];
65 65
 	}
66 66
 
67
+	/**
68
+	 * @param string $languageCode
69
+	 * @param string $template
70
+	 */
67 71
 	private function createTemplateInclusionCode( $source, $languageCode, $template ) {
68 72
 
69 73
 		$result = '';
Please login to merge, or discard this patch.
src/Search/SearchResultModifier.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,11 @@
 block discarded – undo
3 3
 namespace SIL\Search;
4 4
 
5 5
 use Html;
6
-use LanguageNames;
7 6
 use Language;
8 7
 use XmlSelect;
9 8
 use Xml;
10 9
 use SearchResultSet;
11 10
 use SpecialSearch;
12
-
13 11
 use SMW\Localizer;
14 12
 
15 13
 /**
Please login to merge, or discard this patch.
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -57,6 +57,8 @@
 block discarded – undo
57 57
 	 * @param string $profile,
58 58
 	 * @param string &$form
59 59
 	 * @param array $opts
60
+	 * @param string $profile
61
+	 * @param string $form
60 62
 	 *
61 63
 	 * @return boolean
62 64
 	 */
Please login to merge, or discard this patch.