Completed
Push — master ( adf073...dae176 )
by Taosikai
13:53
created
src/Manager/Page/Page.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 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.
src/Manager/Theme/Theme.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @return string
77
+     * @return \DateTimeInterface
78 78
      */
79 79
     public function getCreatedAt()
80 80
     {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @return string
137
+     * @return integer
138 138
      */
139 139
     public function getThemeStoreId()
140 140
     {
Please login to merge, or discard this patch.