Completed
Push — master ( 5e9049...bdc55d )
by Taosikai
13s queued 11s
created
src/Manager/Page/Page.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @return string
167
+     * @return \DateTime
168 168
      */
169 169
     public function getCreatedAt()
170 170
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @return string
187
+     * @return \DateTime
188 188
      */
189 189
     public function getUpdatedAt()
190 190
     {
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-     * @return int
227
+     * @return string
228 228
      */
229 229
     public function getTemplateSuffix()
230 230
     {
Please login to merge, or discard this patch.