@@ -124,7 +124,7 @@ |
||
124 | 124 | |
125 | 125 | if ($this->arrayConstructionOnly && !is_array($idOrArray)) |
126 | 126 | { |
127 | - throw new \InvalidArgumentException("A $staticClass cannot be fetched from an ID."); |
|
127 | + throw new \InvalidArgumentException("a $staticClass cannot be fetched from an ID."); |
|
128 | 128 | } |
129 | 129 | |
130 | 130 | $this->initializeValues(); |
@@ -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 () |