Completed
Push — master ( c17fc1...538d13 )
by
unknown
01:51 queued 12s
created
src/Builder/ListBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -190,6 +190,9 @@
 block discarded – undo
190 190
         return $fieldDescription;
191 191
     }
192 192
 
193
+    /**
194
+     * @return string
195
+     */
193 196
     private function getTemplate(string $type): ?string
194 197
     {
195 198
         if (!isset($this->templates[$type])) {
Please login to merge, or discard this patch.
src/Builder/ShowBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -103,6 +103,9 @@
 block discarded – undo
103 103
         }
104 104
     }
105 105
 
106
+    /**
107
+     * @return string
108
+     */
106 109
     private function getTemplate(string $type): ?string
107 110
     {
108 111
         if (!isset($this->templates[$type])) {
Please login to merge, or discard this patch.