Passed
Push — master ( 0a3384...5e5783 )
by Jonathan
18:26 queued 06:40
created
app/Support/Traits/RelatedlistTrait.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -59,12 +59,12 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
         /**
62
-     * Get ids of related records for n-1 relations
63
-     *
64
-     * @param Relatedlist $relatedList
65
-     * @param integer $recordId
66
-     * @return Collection
67
-     */
62
+         * Get ids of related records for n-1 relations
63
+         *
64
+         * @param Relatedlist $relatedList
65
+         * @param integer $recordId
66
+         * @return Collection
67
+         */
68 68
     public function getDependentListRecordIds(Relatedlist $relatedList, int $recordId) : Collection
69 69
     {
70 70
         // Get record
Please login to merge, or discard this patch.