| Total Complexity | 5 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | trait Helpers |
||
| 6 | { |
||
| 7 | public static function me() |
||
| 10 | } |
||
| 11 | |||
| 12 | public static function myName() |
||
| 13 | { |
||
| 14 | return session('admin_name'); |
||
| 15 | } |
||
| 16 | |||
| 17 | public static function myPhoto() |
||
| 18 | { |
||
| 19 | return session('admin_photo'); |
||
| 20 | } |
||
| 21 | |||
| 22 | public static function isLocked() |
||
| 25 | } |
||
| 26 | |||
| 27 | public static function myId() |
||
| 30 | } |
||
| 31 | } |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths