Skip to content

Commit

Permalink
Make the defer logic more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Jul 25, 2022
1 parent 9ca673b commit b36bb90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/DeferrableStack.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the php-defer/php-defer package.
*
* (c) Bartłomiej Krukowski <bartlomiej@krukowski.me>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace PhpDefer;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/functions.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use PhpDefer\DeferrableStack;

/*
* This file is part of the php-defer/php-defer package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

use PhpDefer\DeferrableStack;

/**
* @param callable $callback
*/
Expand Down

0 comments on commit b36bb90

Please sign in to comment.