Skip to content

Commit

Permalink
utilization of function inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 9, 2017
1 parent 51d5127 commit 55f2167
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/Arrays.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace Nette\Utils;

use Nette;
use function is_array, is_int, is_object;


/**
Expand Down
1 change: 1 addition & 0 deletions src/Utils/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace Nette\Utils;

use Nette;
use function is_array, is_object, is_string;


/**
Expand Down
1 change: 1 addition & 0 deletions src/Utils/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace Nette\Utils;

use Nette;
use function is_array, is_float, is_object, is_string;


/**
Expand Down
1 change: 1 addition & 0 deletions src/Utils/Strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace Nette\Utils;

use Nette;
use function is_array, is_object, strlen;


/**
Expand Down

0 comments on commit 55f2167

Please sign in to comment.