Skip to content

Commit

Permalink
Convert to Traits: Add TODO reminder in .build.php
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Mar 2, 2016
1 parent 59cd390 commit b16561e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/includes/traits/Ac/.build.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*
* When run inside a directory called `Plugin/`, with a PHP file inside `Plugin/` called `ActionUtils.php`,
* this script will generate `use Traits\Plugin\ActionUtils;`.
*
* @TODO Automatically insert this list into appropriate PHP files.
*/
if ($_handle = opendir(__DIR__)) {
while (false !== ($_file = readdir($_handle))) {
Expand Down
2 changes: 2 additions & 0 deletions src/includes/traits/Plugin/.build.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*
* When run inside a directory called `Plugin/`, with a PHP file inside `Plugin/` called `ActionUtils.php`,
* this script will generate `use Traits\Plugin\ActionUtils;`.
*
* @TODO Automatically insert this list into appropriate PHP files.
*/
if ($_handle = opendir(__DIR__)) {
while (false !== ($_file = readdir($_handle))) {
Expand Down
2 changes: 2 additions & 0 deletions src/includes/traits/Shared/.build.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*
* When run inside a directory called `Plugin/`, with a PHP file inside `Plugin/` called `ActionUtils.php`,
* this script will generate `use Traits\Plugin\ActionUtils;`.
*
* @TODO Automatically insert this list into appropriate PHP files.
*/
if ($_handle = opendir(__DIR__)) {
while (false !== ($_file = readdir($_handle))) {
Expand Down

0 comments on commit b16561e

Please sign in to comment.