Completed
Push — master ( 5f50d9...cf27fb )
by Vladimir
02:07
created
tests/PulseNoteTestCase.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     {
28 28
         $this->setExpectedException(\InvalidArgumentException::class);
29 29
 
30
-        $this->pulse->addNote(self::$title, self::$content, true, NULL, true);
30
+        $this->pulse->addNote(self::$title, self::$content, true, null, true);
31 31
     }
32 32
 
33 33
     public function testCreateNote ()
Please login to merge, or discard this patch.