From 6a90a9d33fa9868cd12db60b1370d22b38061aef Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Fri, 31 Jan 2020 18:30:31 +0500 Subject: [PATCH] phpcs: fix new sudden violations (#1443) --- bridges/FacebookBridge.php | 1 + bridges/JustETFBridge.php | 1 + 2 files changed, 2 insertions(+) diff --git a/bridges/FacebookBridge.php b/bridges/FacebookBridge.php index 5ce67f94..13ccb27a 100644 --- a/bridges/FacebookBridge.php +++ b/bridges/FacebookBridge.php @@ -729,6 +729,7 @@ EOD; } } } + #endregion (User) } diff --git a/bridges/JustETFBridge.php b/bridges/JustETFBridge.php index 8d5b3d5a..746f1c97 100644 --- a/bridges/JustETFBridge.php +++ b/bridges/JustETFBridge.php @@ -347,5 +347,6 @@ class JustETFBridge extends BridgeAbstract { return $element->plaintext; } + #endregion }