@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | /** |
| 39 | 39 | * @param Container $container |
| 40 | 40 | * |
| 41 | - * @return callable |
|
| 41 | + * @return \Closure |
|
| 42 | 42 | */ |
| 43 | 43 | private function getDbDefinition(Container $container): callable |
| 44 | 44 | { |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | /** |
| 77 | 77 | * @param Container $container |
| 78 | 78 | * |
| 79 | - * @return callable |
|
| 79 | + * @return \Closure |
|
| 80 | 80 | */ |
| 81 | 81 | private function getDbConfigDefinition(Container $container): callable |
| 82 | 82 | { |
@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | /** |
| 115 | 115 | * @param Container $container |
| 116 | 116 | * |
| 117 | - * @return callable |
|
| 117 | + * @return \Closure |
|
| 118 | 118 | */ |
| 119 | 119 | private function getDbEventManagerDefinition(Container $container): callable |
| 120 | 120 | { |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | /** |
| 129 | 129 | * @param Container $container |
| 130 | 130 | * |
| 131 | - * @return callable |
|
| 131 | + * @return \Closure |
|
| 132 | 132 | */ |
| 133 | 133 | private function getDbsDefinition(Container $container): callable |
| 134 | 134 | { |
@@ -157,7 +157,7 @@ discard block |
||
| 157 | 157 | /** |
| 158 | 158 | * @param Container $container |
| 159 | 159 | * |
| 160 | - * @return callable |
|
| 160 | + * @return \Closure |
|
| 161 | 161 | */ |
| 162 | 162 | private function getDbsConfigDefinition(Container $container): callable |
| 163 | 163 | { |
@@ -209,7 +209,7 @@ discard block |
||
| 209 | 209 | /** |
| 210 | 210 | * @param Container $container |
| 211 | 211 | * |
| 212 | - * @return callable |
|
| 212 | + * @return \Closure |
|
| 213 | 213 | */ |
| 214 | 214 | private function getDbsEventManagerDefinition(Container $container): callable |
| 215 | 215 | { |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | /** |
| 59 | 59 | * @param Container $container |
| 60 | 60 | * |
| 61 | - * @return callable |
|
| 61 | + * @return \Closure |
|
| 62 | 62 | */ |
| 63 | 63 | private function getOrmEmDefinition(Container $container): callable |
| 64 | 64 | { |
@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | /** |
| 73 | 73 | * @param Container $container |
| 74 | 74 | * |
| 75 | - * @return callable |
|
| 75 | + * @return \Closure |
|
| 76 | 76 | */ |
| 77 | 77 | private function getOrmEmConfigDefinition(Container $container): callable |
| 78 | 78 | { |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | /** |
| 117 | 117 | * @param Container $container |
| 118 | 118 | * |
| 119 | - * @return callable |
|
| 119 | + * @return \Closure |
|
| 120 | 120 | */ |
| 121 | 121 | private function getOrmEmsDefinition(Container $container): callable |
| 122 | 122 | { |
@@ -147,7 +147,7 @@ discard block |
||
| 147 | 147 | /** |
| 148 | 148 | * @param Container $container |
| 149 | 149 | * |
| 150 | - * @return callable |
|
| 150 | + * @return \Closure |
|
| 151 | 151 | */ |
| 152 | 152 | private function getOrmEmsConfigServiceProvider(Container $container): callable |
| 153 | 153 | { |
@@ -296,7 +296,7 @@ discard block |
||
| 296 | 296 | /** |
| 297 | 297 | * @param Container $container |
| 298 | 298 | * |
| 299 | - * @return callable |
|
| 299 | + * @return \Closure |
|
| 300 | 300 | */ |
| 301 | 301 | private function getOrmEntityListenerResolverDefinition(Container $container): callable |
| 302 | 302 | { |
@@ -308,7 +308,7 @@ discard block |
||
| 308 | 308 | /** |
| 309 | 309 | * @param Container $container |
| 310 | 310 | * |
| 311 | - * @return callable |
|
| 311 | + * @return \Closure |
|
| 312 | 312 | */ |
| 313 | 313 | private function getOrmManagerRegistryDefintion(Container $container): callable |
| 314 | 314 | { |
@@ -421,7 +421,7 @@ discard block |
||
| 421 | 421 | /** |
| 422 | 422 | * @param Container $container |
| 423 | 423 | * |
| 424 | - * @return callable |
|
| 424 | + * @return \Closure |
|
| 425 | 425 | */ |
| 426 | 426 | private function getOrmRepositoryFactoryDefinition(Container $container): callable |
| 427 | 427 | { |
@@ -433,7 +433,7 @@ discard block |
||
| 433 | 433 | /** |
| 434 | 434 | * @param Container $container |
| 435 | 435 | * |
| 436 | - * @return callable |
|
| 436 | + * @return \Closure |
|
| 437 | 437 | */ |
| 438 | 438 | private function getOrmNamingStrategyDefinition(Container $container): callable |
| 439 | 439 | { |
@@ -445,7 +445,7 @@ discard block |
||
| 445 | 445 | /** |
| 446 | 446 | * @param Container $container |
| 447 | 447 | * |
| 448 | - * @return callable |
|
| 448 | + * @return \Closure |
|
| 449 | 449 | */ |
| 450 | 450 | private function getOrmQuoteStrategyDefinition(Container $container): callable |
| 451 | 451 | { |