@@ -216,7 +216,7 @@ |
||
| 216 | 216 | /** |
| 217 | 217 | * Get num |
| 218 | 218 | * |
| 219 | - * @return string |
|
| 219 | + * @return integer |
|
| 220 | 220 | */ |
| 221 | 221 | public function getNum() |
| 222 | 222 | { |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace AppBundle\Repository; |
| 4 | 4 | |
| 5 | -use Symfony\Component\Finder\Finder; |
|
| 6 | 5 | use AppBundle\Entity\Psr; |
| 7 | 6 | use Mni\FrontYAML\Parser; |
| 7 | +use Symfony\Component\Finder\Finder; |
|
| 8 | 8 | |
| 9 | 9 | class PsrRepository |
| 10 | 10 | { |