Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed May 21, 2024
1 parent 256aae2 commit 44c1b90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Note/Extractor/NoteDataExtractorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function extractUserData(CoreNote $note): NoteUser;
public function extractCPath(CoreNote $note): string;

public function extractData(CoreNote $note): array;
}
}
2 changes: 1 addition & 1 deletion src/Note/Hydrator/NoteHydratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
interface NoteHydratorInterface
{
public function hydrate(CoreNote $note): Note;
}
}
2 changes: 1 addition & 1 deletion src/Note/Repository/NoteRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ interface NoteRepositoryInterface
public function createNote(NoteElement $noteElement, CreateNote $createNote): Note;

public function listNotes(NoteElement $noteElement, NoteParameters $parameters): NoteListing;
}
}
2 changes: 1 addition & 1 deletion src/Note/Service/NoteServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ interface NoteServiceInterface
public function createNote(NoteElement $noteElement, CreateNote $createNote): Note;

public function listNotes(NoteElement $noteElement, NoteParameters $parameters): Collection;
}
}

0 comments on commit 44c1b90

Please sign in to comment.