Completed
Push — master ( 6c0735...dd8543 )
by Dennis
06:47
created
legacy-tests/bootstrap.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@  discard block
 block discarded – undo
8 8
 require_once $_tests_dir . '/includes/functions.php';
9 9
 require_once __DIR__ . '/../vendor/autoload.php';
10 10
 
11
+/**
12
+ * @param string $path
13
+ */
11 14
 function msls_test_data( $path = null ) {
12 15
 	$data_root = __DIR__ . '/_data/';
13 16
 
@@ -48,7 +51,7 @@  discard block
 block discarded – undo
48 51
 	 *
49 52
 	 * @param array $available_languages
50 53
 	 *
51
-	 * @return array
54
+	 * @return string[]
52 55
 	 */
53 56
 	public function filter_available_languages( array $available_languages = array() ) {
54 57
 		$available_languages[] = 'de_DE';
Please login to merge, or discard this patch.
legacy-tests/test-mslsoutput.php 1 patch
Unused Use Statements   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,9 @@
 block discarded – undo
6 6
  * @package Msls
7 7
  */
8 8
 
9
-use lloc\Msls\MslsOutput, lloc\Msls\MslsOptions, lloc\Msls\MslsOptionsPost;
9
+use lloc\Msls\MslsOutput;
10
+use lloc\Msls\MslsOptions;
11
+use lloc\Msls\MslsOptionsPost;
10 12
 
11 13
 /**
12 14
  * WP_Test_MslsOutput
Please login to merge, or discard this patch.