Passed
Push — develop ( 251d26...2e7277 )
by Julian
08:33 queued 06:08
created
tests/NotificationTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@  discard block
 block discarded – undo
35 35
         Notification::create()->addContent($locale, $content);
36 36
     }
37 37
 
38
-  public function testUnsupportedHeadingLocale()
39
-  {
38
+    public function testUnsupportedHeadingLocale()
39
+    {
40 40
     $locale = 'unsupportedlocaleXYZ';
41 41
     $content = 'Test Heading 1';
42 42
 
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     $this->expectExceptionMessage("'$locale' is not a supported locale.");
45 45
 
46 46
     Notification::create()->addHeading($locale, $content);
47
-  }
47
+    }
48 48
 
49 49
     public function testAddContent()
50 50
     {
Please login to merge, or discard this patch.