Skip to content

Commit d80c44a

Browse files
committed
Cleanup docblocks.
1 parent 19b0798 commit d80c44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Panel/RoutesPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function summary()
5151
*/
5252
public function shutdown(Event $event)
5353
{
54-
/* @var \Cake\Controller\Controller $controller */
54+
/* @var \Cake\Controller\Controller|null $controller */
5555
$controller = $event->getSubject();
5656
$request = $controller ? $controller->getRequest() : null;
5757
$this->_data = [

0 commit comments

Comments
 (0)