@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | } |
74 | 74 | |
75 | 75 | /** |
76 | - * @return \DateTimeImmutable |
|
76 | + * @return \DateTime |
|
77 | 77 | */ |
78 | 78 | public function loadTime() |
79 | 79 | { |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | } |
82 | 82 | |
83 | 83 | /** |
84 | - * @return \DateTimeImmutable |
|
84 | + * @return \DateTime |
|
85 | 85 | */ |
86 | 86 | public function unloadTime() |
87 | 87 | { |
@@ -72,6 +72,9 @@ |
||
72 | 72 | return $this->entityManager; |
73 | 73 | } |
74 | 74 | |
75 | + /** |
|
76 | + * @param string $entityNameOrNamespace |
|
77 | + */ |
|
75 | 78 | public function createEntitySchema($entityNameOrNamespace, $pathToEntityDir = null) |
76 | 79 | { |
77 | 80 | if (!is_null($pathToEntityDir)) { |
@@ -32,7 +32,6 @@ |
||
32 | 32 | * Initializes context. |
33 | 33 | * Every scenario gets it's own context object. |
34 | 34 | * |
35 | - * @param array $parameters context parameters (set them up through behat.yml) |
|
36 | 35 | */ |
37 | 36 | public function __construct() |
38 | 37 | { |