Completed
Push — 3.x ( f68e58...afef74 )
by Sam
12s
created
Slim/Handlers/NotFound.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * Render plain not found message
69 69
      *
70
-     * @return ResponseInterface
70
+     * @return string
71 71
      */
72 72
     protected function renderPlainNotFoundOutput()
73 73
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Return a response for application/json content not found
79 79
      *
80
-     * @return ResponseInterface
80
+     * @return string
81 81
      */
82 82
     protected function renderJsonNotFoundOutput()
83 83
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Return a response for xml content not found
89 89
      *
90
-     * @return ResponseInterface
90
+     * @return string
91 91
      */
92 92
     protected function renderXmlNotFoundOutput()
93 93
     {
Please login to merge, or discard this patch.