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
269269 $ aggregate ->attach (new NamespacedPathStackResolver (), 0 );
270270 }
271271
272- /**
273- * @param AggregateResolver $aggregate
274- *
275- * @return bool
276- */
277272 private function hasNamespacedResolver (AggregateResolver $ aggregate ) : bool
278273 {
279274 foreach ($ aggregate as $ resolver ) {
@@ -285,11 +280,6 @@ private function hasNamespacedResolver(AggregateResolver $aggregate) : bool
285280 return false ;
286281 }
287282
288- /**
289- * @param AggregateResolver $aggregate
290- *
291- * @return NamespacedPathStackResolver|null
292- */
293283 private function getNamespacedResolver (AggregateResolver $ aggregate ) : ?NamespacedPathStackResolver
294284 {
295285 foreach ($ aggregate as $ resolver ) {
@@ -305,8 +295,6 @@ private function getNamespacedResolver(AggregateResolver $aggregate) : ?Namespac
305295 * Merge global/template parameters with provided view model.
306296 *
307297 * @param string $name Template name.
308- *
309- * @return ModelInterface
310298 */
311299 private function mergeViewModel (string $ name , ModelInterface $ model ) : ModelInterface
312300 {
You can’t perform that action at this time.
0 commit comments