Passed
Push — master ( ad3831...a66def )
by Aimeos
05:17
created
lib/custom/src/MW/View/Helper/Request/Symfony2.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 	 *
59 59
 	 * @return string|null Current page or route name
60 60
 	 */
61
-	public function getTarget() :?string
61
+	public function getTarget() : ?string
62 62
 	{
63 63
 		return $this->request->get( '_route' );
64 64
 	}
Please login to merge, or discard this patch.