Skip to content

Commit

Permalink
Move GeneratedWrapper.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 10, 2016
1 parent d712e16 commit 2cce584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion src/Task/Development/GenerateTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function run()
$replacements['{immediateMethods}'] = "\n\n" . implode("\n\n", $immediateMethods);
$replacements['{methodImplementations}'] = "\n\n" . implode("\n\n", $methodImplementations);

$template = file_get_contents(__DIR__ . "/GeneratedWrapper.tmpl");
$template = file_get_contents(__DIR__ . '/../../../data/Task/Development/GeneratedWrapper.tmpl');
$template = str_replace(array_keys($replacements), array_values($replacements), $template);

// Returning data in the $message will cause it to be printed.
Expand Down
39 changes: 0 additions & 39 deletions src/Task/Development/GeneratedWrapper.tmpl

This file was deleted.

0 comments on commit 2cce584

Please sign in to comment.