Skip to content

Commit

Permalink
Merge pull request #101 from mlocati/patch-1
Browse files Browse the repository at this point in the history
Remove debug code
  • Loading branch information
oscarotero committed Feb 19, 2016
2 parents c6772b0 + 8472a41 commit b307c5e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Utils/PhpFunctionsScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ public function getFunctions()
for ($k = 0; $k < $count; ++$k) {
$value = $this->tokens[$k];

if (is_string($value)) {
$s = $value;
} else {
$s = token_name($value[0]).' >'.$value[1].'<';
}

if (is_string($value)) {
if (isset($bufferFunctions[0])) {
switch ($value) {
Expand Down

0 comments on commit b307c5e

Please sign in to comment.