File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,7 @@ public function getPresenterIfExists(): ?Presenter
5555 }
5656
5757
58- /**
59- * Returns whether there is a presenter.
60- */
58+ /** @deprecated */
6159 public function hasPresenter (): bool
6260 {
6361 return (bool ) $ this ->lookup (Presenter::class, false );
Original file line number Diff line number Diff line change @@ -81,9 +81,7 @@ final public function getPresenterIfExists(): ?Presenter
8181 }
8282
8383
84- /**
85- * Returns whether there is a presenter.
86- */
84+ /** @deprecated */
8785 public function hasPresenter (): bool
8886 {
8987 return (bool ) $ this ->lookup (Presenter::class, false );
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ final public function getPresenterIfExists(): self
163163 }
164164
165165
166+ /** @deprecated */
166167 final public function hasPresenter (): bool
167168 {
168169 return true ;
You can’t perform that action at this time.
0 commit comments