Completed
Pull Request — Gutenberg/master (#479)
by
unknown
28:32 queued 14:42
created
entities/route_match/specifications/frontend/EspressoBlockRenderer.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -15,17 +15,17 @@
 block discarded – undo
15 15
 class EspressoBlockRenderer extends RouteMatchSpecification
16 16
 {
17 17
 
18
-    /**
19
-     * returns true if current request matches specification
20
-     *
21
-     * @since $VID:$
22
-     * @return boolean
23
-     */
24
-    public function isMatchingRoute()
25
-    {
26
-        return strpos(
27
-            $this->request->requestUri(),
28
-            'wp-json/gutenberg/v1/block-renderer/eventespresso'
29
-        ) !== false;
30
-    }
18
+	/**
19
+	 * returns true if current request matches specification
20
+	 *
21
+	 * @since $VID:$
22
+	 * @return boolean
23
+	 */
24
+	public function isMatchingRoute()
25
+	{
26
+		return strpos(
27
+			$this->request->requestUri(),
28
+			'wp-json/gutenberg/v1/block-renderer/eventespresso'
29
+		) !== false;
30
+	}
31 31
 }
Please login to merge, or discard this patch.