Completed
Push — 3.x ( 064670...3a8e9d )
by Vincent
01:24
created
src/Builder/ListBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -158,6 +158,7 @@
 block discarded – undo
158 158
 
159 159
     /**
160 160
      * @param int|string $type
161
+     * @return string
161 162
      */
162 163
     private function getTemplate($type): ?string
163 164
     {
Please login to merge, or discard this patch.
src/Builder/ShowBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -158,6 +158,7 @@
 block discarded – undo
158 158
 
159 159
     /**
160 160
      * @param int|string $type
161
+     * @return string
161 162
      */
162 163
     private function getTemplate($type): ?string
163 164
     {
Please login to merge, or discard this patch.