Skip to content

Commit

Permalink
Change message for logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Apr 19, 2012
1 parent 47f4b7b commit 6699bcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ray/Aop/Bind.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ function($interceptor){
$interceptors
);
$intercetorsList = implode(',', $classNames);
$result[] = "method[{$method}]=>intercept[{$intercetorsList}]";
}
$result = implode(' ', $result);
return $result;
Expand Down

0 comments on commit 6699bcc

Please sign in to comment.