@@ -27,7 +27,7 @@ |
||
| 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 () |