Completed
Branch develop (ab1b2a)
by Steve
07:43
created
src/FieldsBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     /**
84 84
      * Build the final config array. Build any other builders that may exist
85 85
      * in the config.
86
-     * @return array    final field config
86
+     * @return string    final field config
87 87
      */
88 88
     public function build()
89 89
     {
Please login to merge, or discard this patch.
src/Transform/NamespaceFieldKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return \StoutLogic\AcfBuilder\NamedBuilder
24
+     * @return \StoutLogic\AcfBuilder\Builder
25 25
      */
26 26
     public function getBuilder()
27 27
     {
Please login to merge, or discard this patch.