Skip to content

Commit

Permalink
API Add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 11, 2023
1 parent bb20356 commit 7769227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/DocblockTagWriterTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* Adds class level docblock @method tags to DataObjects and Extensions for ORM private static proerties
* `has_one`, `one_many` and `many_many`.
*
*
* Usage: vendor/bin/sake dev/tasks/TODO_NAMESPACE/DocBlockTagWriterTask <path>
*/
class DocblockTagWriterTask extends BuildTask
Expand Down
2 changes: 2 additions & 0 deletions tests/Tasks/DocblockTagWriterTaskTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace SilverStripe\DocblockWriter\Tests\Tasks;

use SilverStripe\Dev\SapphireTest;

class DocblockTagWriterTaskTest extends SapphireTest
Expand Down

0 comments on commit 7769227

Please sign in to comment.