Skip to content

Commit 3ad9104

Browse files
authored
Merge pull request #440 from hydephp/handle-todos
Update todo PHPDocs documentation
2 parents 7a31e04 + e30cf12 commit 3ad9104

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

packages/framework/src/Commands/HydeBuildSearchCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/**
1313
* Hyde Command to run the Build Process for the DocumentationSearchIndex.
1414
*
15-
* @todo Add configuration option to enable/disable this feature.
16-
*
1715
* @see \Hyde\Framework\Testing\Feature\Commands\HydeBuildSearchCommandTest
1816
*/
1917
class HydeBuildSearchCommand extends ActionCommand

packages/framework/src/HydeServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function registerHydeConsoleCommands(): void
114114
/**
115115
* Register module service providers.
116116
*
117-
* @todo Make modules configurable.
117+
* @todo #436 Make modules configurable.
118118
*/
119119
protected function registerModuleServiceProviders(): void
120120
{

packages/framework/src/Models/Author.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* The Post Author Object Model.
99
*
10-
* @todo Refactor to use same format for create method as constructor
10+
* @todo #437 Refactor to use same format for create method as constructor
1111
* @phpstan-consistent-constructor
1212
*/
1313
class Author implements \Stringable

packages/framework/src/Modules/Markdown/ShortcodeProcessor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* that is used to identify the shortcode. The built-in shortcodes
1818
* do not use regex, as that would make them harder to read.
1919
*
20-
* @todo Refactor shortcode manager to singleton as it does not need to be re-instantiated
20+
* @todo #438 Refactor or cache discovered shortcodes array to singleton as it does not need to be re-instantiated
2121
* for each Markdown conversion.
2222
*
2323
* @see \Hyde\Framework\Testing\Feature\Services\Markdown\ShortcodeProcessorTest

packages/framework/src/Services/BuildHookService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function runPostBuildTasks(): void
3030
}
3131

3232
/**
33-
* @todo Automatically discover files in the app directory?
33+
* @todo #439 Automatically discover files in the app directory?
3434
*/
3535
public function getPostBuildTasks(): array
3636
{

0 commit comments

Comments
 (0)