Passed
Pull Request — master (#163)
by
unknown
09:05
created
src/Application/App_Factory.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -61,11 +61,11 @@
 block discarded – undo
61 61
 	}
62 62
 
63 63
 		/**
64
-	 * Gets the defined base path.
65
-	 *
66
-	 * @return string
67
-	 * @since 1.4.0
68
-	 */
64
+		 * Gets the defined base path.
65
+		 *
66
+		 * @return string
67
+		 * @since 1.4.0
68
+		 */
69 69
 	public function get_base_path(): string {
70 70
 		return $this->base_path;
71 71
 	}
Please login to merge, or discard this patch.