| 1 | <?php  | 
            ||
| 9 | class EmployeesController extends Controller  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @var plunner/Employee  | 
            ||
| 13 | */  | 
            ||
| 14 | private $user;  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 15 | |||
| 16 | /**  | 
            ||
| 17 | * ExampleController constructor.  | 
            ||
| 18 | */  | 
            ||
| 19 | 4 | public function __construct()  | 
            |
| 25 | |||
| 26 | /**  | 
            ||
| 27 | * Display a listing of the resource.  | 
            ||
| 28 | *  | 
            ||
| 29 | * @return \Illuminate\Http\Response  | 
            ||
| 30 | */  | 
            ||
| 31 | 2 | public function index()  | 
            |
| 37 | }  | 
            ||
| 38 | 
This check marks private properties in classes that are never used. Those properties can be removed.