@@ -32,7 +32,8 @@ |
||
32 | 32 | parent::__construct($message, $code, $previous); |
33 | 33 | } |
34 | 34 | |
35 | - public function getStatement() { |
|
35 | + public function getStatement() |
|
36 | + { |
|
36 | 37 | return $this->statement; |
37 | 38 | } |
38 | 39 |
@@ -342,7 +342,7 @@ |
||
342 | 342 | |
343 | 343 | $match = null; |
344 | 344 | foreach ($Statements as $Statement) { |
345 | - if (in_array($Statement->getCommand(), array('uses', 'see'))) { |
|
345 | + if (in_array($Statement->getCommand(), array('uses', 'see'))) { |
|
346 | 346 | if (preg_match('/^((?:\\w+)|\$this)(?:(::|->)(\\w+))?(?:\\(\\))?$/', strtolower($Statement->getData()), $match) === 1) { |
347 | 347 | if (count($match) >= 3) { |
348 | 348 | $Class = null; |