| 1 | <?php  | 
            ||
| 20 | class NestedSet  | 
            ||
| 21 | { | 
            ||
| 22 | use NestedSetTrait;  | 
            ||
| 23 | /**  | 
            ||
| 24 | * @var int  | 
            ||
| 25 | *  | 
            ||
| 26 | * @Id()  | 
            ||
| 27 | * @Column(name="id",type="integer"),  | 
            ||
| 28 | * @GeneratedValue(strategy = "IDENTITY")  | 
            ||
| 29 | */  | 
            ||
| 30 | protected $id;  | 
            ||
| 31 | |||
| 32 | /**  | 
            ||
| 33 | * @return int  | 
            ||
| 34 | */  | 
            ||
| 35 | public function getId()  | 
            ||
| 39 | |||
| 40 | /**  | 
            ||
| 41 | * @param int $id  | 
            ||
| 42 | * @return $this  | 
            ||
| 43 | */  | 
            ||
| 44 | public function setId($id)  | 
            ||
| 49 | }  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 50 | 
This check marks files that end in a newline character, i.e. an empy line.