@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |
@@ -161,7 +161,7 @@ |
||
161 | 161 | $objects = scandir($dir); |
162 | 162 | foreach ($objects as $object) { |
163 | 163 | if ('.' != $object && '..' != $object) { |
164 | - if ('dir' == filetype($dir . '/' .$object)) { |
|
164 | + if ('dir' == filetype($dir . '/' . $object)) { |
|
165 | 165 | $this->removeFromDir($dir . '/' . $object, true); |
166 | 166 | } else { |
167 | 167 | unlink($dir . '/' . $object); |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @license MIT |
|
4 | - * @author Igor Sorokin <[email protected]> |
|
5 | - */ |
|
3 | + * @license MIT |
|
4 | + * @author Igor Sorokin <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace Dspbee\Core; |
7 | 7 | |
8 | 8 | use Dspbee\Bundle\Template\Native; |