| Conditions | 3 |
| Paths | 2 |
| Total Lines | 10 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 69 | public function registerResources() |
||
| 70 | { |
||
| 71 | if ($this->isLumen() === false and function_exists('config_path')) { |
||
| 72 | // function not available and 'publish' not relevant in Lumen |
||
| 73 | |||
| 74 | $this->publishes( |
||
| 75 | [ |
||
| 76 | $this->packagePath($this->HELPERS_PATH) => app_path('Helpers/vendor/hyr-helpers'), |
||
| 77 | ], |
||
| 78 | 'hyr-helpers' |
||
| 79 | ); |
||
| 103 |
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.