| @@ -2,7 +2,6 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace FSi\Bundle\AdminBundle\Factory\Worker; | 
| 4 | 4 | |
| 5 | -use Doctrine\Common\Persistence\ManagerRegistry; | |
| 6 | 5 | use FSi\Bundle\AdminBundle\Admin\Element; | 
| 7 | 6 | use FSi\Bundle\AdminBundle\Admin\RequestStackAware; | 
| 8 | 7 | use FSi\Bundle\AdminBundle\Factory\Worker; | 
| @@ -191,7 +191,7 @@ | ||
| 191 | 191 | } | 
| 192 | 192 | |
| 193 | 193 | /** | 
| 194 | - * @return mixed | |
| 194 | + * @return boolean | |
| 195 | 195 | */ | 
| 196 | 196 | public function isVisible() | 
| 197 | 197 |      { | 
| @@ -62,7 +62,7 @@ | ||
| 62 | 62 | } | 
| 63 | 63 | |
| 64 | 64 | /** | 
| 65 | - * @param $key | |
| 65 | + * @param string $key | |
| 66 | 66 | * @return string | 
| 67 | 67 | */ | 
| 68 | 68 | private function createPropertyPath($key) |