Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Dec 11, 2017
1 parent c1b4f7b commit 7eb9189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/loader/Css.php
Expand Up @@ -20,7 +20,7 @@
*/
class Css extends Loader
{
use Nette\SmartObject;
//use Nette\SmartObject;// fail tests - E_USER_DEPRECATED: AlesWita\WebLoader\Loader\Css::getReflection() is deprecated in /home/travis/build/aleswita/WebLoader/vendor/nette/application/src/Application/UI/Component.php:129

/**
* @param array
Expand Down
2 changes: 1 addition & 1 deletion src/loader/Js.php
Expand Up @@ -20,7 +20,7 @@
*/
class Js extends Loader
{
use Nette\SmartObject;
//use Nette\SmartObject;// fail tests - E_USER_DEPRECATED: AlesWita\WebLoader\Loader\Js::getReflection() is deprecated in /home/travis/build/aleswita/WebLoader/vendor/nette/application/src/Application/UI/Component.php:129

/**
* @param array
Expand Down
2 changes: 1 addition & 1 deletion src/loader/Tag.php
Expand Up @@ -20,7 +20,7 @@
*/
class Tag extends Loader
{
use Nette\SmartObject;
//use Nette\SmartObject;// fail tests - E_USER_DEPRECATED: AlesWita\WebLoader\Loader\Tag::getReflection() is deprecated in /home/travis/build/aleswita/WebLoader/vendor/nette/application/src/Application/UI/Component.php:129

/**
* @param array
Expand Down

0 comments on commit 7eb9189

Please sign in to comment.