@@ -34,7 +34,7 @@ |
||
34 | 34 | $question = new Question('Please provide ID of the note you would like to read' . PHP_EOL, '1'); |
35 | 35 | $question->setAutocompleterValues(['1']); |
36 | 36 | $id = $helper->ask($input, $output, $question); |
37 | - $note = $client->getNotesEndpoint()->getOne(new NoteId((int)$id)); |
|
37 | + $note = $client->getNotesEndpoint()->getOne(new NoteId((int) $id)); |
|
38 | 38 | |
39 | 39 | $output->writeln("<info>ID:</info>" . PHP_EOL . $note->getId()->getValue()); |
40 | 40 | $output->writeln("<info>Title:</info>" . PHP_EOL . $note->getTitle()); |