This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -269,11 +269,6 @@ private function injectNamespacedResolver(AggregateResolver $aggregate) : void
269
269
$ aggregate ->attach (new NamespacedPathStackResolver (), 0 );
270
270
}
271
271
272
- /**
273
- * @param AggregateResolver $aggregate
274
- *
275
- * @return bool
276
- */
277
272
private function hasNamespacedResolver (AggregateResolver $ aggregate ) : bool
278
273
{
279
274
foreach ($ aggregate as $ resolver ) {
@@ -285,11 +280,6 @@ private function hasNamespacedResolver(AggregateResolver $aggregate) : bool
285
280
return false ;
286
281
}
287
282
288
- /**
289
- * @param AggregateResolver $aggregate
290
- *
291
- * @return NamespacedPathStackResolver|null
292
- */
293
283
private function getNamespacedResolver (AggregateResolver $ aggregate ) : ?NamespacedPathStackResolver
294
284
{
295
285
foreach ($ aggregate as $ resolver ) {
@@ -305,8 +295,6 @@ private function getNamespacedResolver(AggregateResolver $aggregate) : ?Namespac
305
295
* Merge global/template parameters with provided view model.
306
296
*
307
297
* @param string $name Template name.
308
- *
309
- * @return ModelInterface
310
298
*/
311
299
private function mergeViewModel (string $ name , ModelInterface $ model ) : ModelInterface
312
300
{
You can’t perform that action at this time.
0 commit comments