Completed
Branch master (f1dead)
by Sergey
03:34
created
src/LTDBeget/sphinx/configurator/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-     * @return Source[]
117
+     * @return \Generator
118 118
      */
119 119
     public function iterateSource()
120 120
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     }
138 138
 
139 139
     /**
140
-     * @return Index[]
140
+     * @return \Generator
141 141
      */
142 142
     public function iterateIndex()
143 143
     {
Please login to merge, or discard this patch.