Completed
Push — 8.x-1.x ( d50191...60fc6c )
by Janez
02:21
created
src/Plugin/EntityBrowser/Widget/Upload.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,8 +131,7 @@
 block discarded – undo
131 131
         return [
132 132
           '#markup' => t('Entity browser select form field not found on a view. <a href=":link">Go fix it</a>!', [':link' => $url]),
133 133
         ];
134
-      }
135
-      else {
134
+      } else {
136 135
         return [
137 136
           '#markup' => t('Entity browser select form field not found on a view. Go fix it!'),
138 137
         ];
Please login to merge, or discard this patch.