| Conditions | 3 |
| Paths | 2 |
| Total Lines | 10 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 77 | public function registerResources() |
||
| 78 | { |
||
| 79 | if ($this->isLumen() === false and function_exists('config_path')) { |
||
| 80 | // function not available and 'publish' not relevant in Lumen |
||
| 81 | |||
| 82 | $this->publishes( |
||
| 83 | [ |
||
| 84 | $this->packagePath($this->HELPERS_PATH.'helper.php') => app_path('Helpers/vendor/hyr-helpers.php'), |
||
| 85 | ], |
||
| 86 | 'hyr-helpers' |
||
| 87 | ); |
||
| 101 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.