Completed
Push — master ( 026f51...318521 )
by ARCANEDEV
10:18
created
src/Eloquent/QueryBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * Get ancestors of specified node.
130 130
      *
131
-     * @param  mixed  $id
131
+     * @param  \Arcanedev\LaravelNestedSet\NodeTrait  $id
132 132
      * @param  array  $columns
133 133
      *
134 134
      * @return self
@@ -520,7 +520,7 @@  discard block
 block discarded – undo
520 520
      * @param  string  $col
521 521
      * @param  array   $params
522 522
      *
523
-     * @return string
523
+     * @return Expression
524 524
      */
525 525
     protected function columnPatch($col, array $params)
526 526
     {
Please login to merge, or discard this patch.