Completed
Push — 2.0 ( 7a1ed3...660c60 )
by Vermeulen
04:06
created
src/BfwApi.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Getter accessor for ctrlRouterInfos property
122 122
      * 
123
-     * @return object
123
+     * @return \stdClass|null
124 124
      */
125 125
     public function getCtrlRouterInfos()
126 126
     {
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
      * to the subject.
199 199
      * Allow override to get only some part. And used for unit test.
200 200
      * 
201
-     * @param \BFW\Subject $subject
201
+     * @param \SplSubject $subject
202 202
      * 
203 203
      * @return void
204 204
      */
Please login to merge, or discard this patch.