Completed
Push — master ( c48858...841b7d )
by
unknown
33:26
created
src/BasicBackend.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,8 +128,8 @@
 block discarded – undo
128 128
 	}
129 129
 
130 130
 	/**
131
-	 * @param $definitions
132
-	 * @param $term
131
+	 * @param string[] $definitions
132
+	 * @param string $term
133 133
 	 * @return array
134 134
 	 */
135 135
 	protected function queueDefinitions( $definitions, $term ) {
Please login to merge, or discard this patch.
src/Element.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 	/**
64 64
 	 * Lingo\Element constructor.
65 65
 	 *
66
-	 * @param $term
66
+	 * @param string $term
67 67
 	 * @param $definition
68 68
 	 */
69 69
 	public function __construct( &$term, &$definition = null ) {
Please login to merge, or discard this patch.