Completed
Pull Request — master (#30)
by Phil
05:13 queued 03:04
created
src/Repository/AbstractSqlRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
      * @throws \InvalidArgumentException when requested relationship is not defined
320 320
      * @throws \RuntimeException when map structure is defined incorrectly
321 321
      *
322
-     * @return array
322
+     * @return string[]
323 323
      */
324 324
     public function getRelationshipMap($relationship = null)
325 325
     {
Please login to merge, or discard this patch.