| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace Understand\UnderstandLaravel5; |
||
| 71 | protected function getMetaFields() |
||
| 72 | { |
||
| 73 | return [ |
||
| 74 | 'session_id' => 'UnderstandFieldProvider::getSessionId', |
||
| 75 | 'request_id' => 'UnderstandFieldProvider::getProcessIdentifier', |
||
| 76 | 'user_id' => 'UnderstandFieldProvider::getUserId', |
||
| 77 | 'env' => 'UnderstandFieldProvider::getEnvironment', |
||
| 78 | 'url' => 'UnderstandFieldProvider::getUrl', |
||
| 79 | 'method' => 'UnderstandFieldProvider::getRequestMethod', |
||
| 80 | 'client_ip' => 'UnderstandFieldProvider::getClientIp', |
||
| 81 | ]; |
||
| 82 | } |
||
| 83 | } |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..