Completed
Pull Request — 8.x-1.x (#28)
by Devin
02:14
created
src/Plugin/Field/FieldFormatter/LinkEmbedFormatter.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,7 @@
 block discarded – undo
40 40
               '#template' => $info->getCode(),
41 41
             );
42 42
           }
43
-        }
44
-        catch (\Exception $exception) {
43
+        } catch (\Exception $exception) {
45 44
           watchdog_exception('url_embed', $exception);
46 45
         }
47 46
       }
Please login to merge, or discard this patch.
src/Tests/LinkEmbedFormatterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  *
19 19
  * @group url_embed
20 20
  */
21
-class LinkEmbedFormatterTest extends LinkFieldTest{
21
+class LinkEmbedFormatterTest extends LinkFieldTest {
22 22
 
23 23
   /**
24 24
    * Modules to enable.
Please login to merge, or discard this patch.