@@ -14,7 +14,7 @@ |
||
| 14 | 14 | private static $mocks = []; |
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | - * @param array $properties |
|
| 17 | + * @param string[] $properties |
|
| 18 | 18 | * @param mixed $returnValue |
| 19 | 19 | * @return \Mockery\MockInterface |
| 20 | 20 | */ |
@@ -53,7 +53,7 @@ |
||
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | - * @return GraphicPrimitiveFactory |
|
| 56 | + * @return FieldRendererFactory |
|
| 57 | 57 | */ |
| 58 | 58 | public static function factory() |
| 59 | 59 | { |