Completed
Pull Request — master (#21)
by Phil
03:23
created
src/Repository/AbstractSqlRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
      * @param string $relationship
193 193
      * @param array  $userData
194 194
      *
195
-     * @return void
195
+     * @return false|null
196 196
      */
197 197
     protected function getEntityRelationships($entityType, $relationship, array $userData)
198 198
     {
Please login to merge, or discard this patch.