Skip to content

Commit fe28755

Browse files
Styling
1 parent 1e732a5 commit fe28755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Picqer/Financials/Moneybird/Actions/Noteable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ public function addNote(Note $note)
3232
/**
3333
* Delete a note from the current object.
3434
*
35-
* @param Note|string $note Note object or note ID
35+
* @param Note|string $note Note object or note ID
3636
* @return $this
3737
*
3838
* @throws ApiException
3939
*/
4040
public function deleteNote(Note|string $note)
4141
{
42-
if (!is_string($note)) {
42+
if (! is_string($note)) {
4343
$note = $note->id;
4444
}
4545

0 commit comments

Comments
 (0)