Completed
Pull Request — master (#26)
by
unknown
06:22
created
src/Queries/BaseQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -478,8 +478,8 @@
 block discarded – undo
478 478
      * Set $array[$new] as $array[$old] and delete $array[$old].
479 479
      *
480 480
      * @param array $array
481
-     * @param $old
482
-     * @param $new
481
+     * @param string $old
482
+     * @param string $new
483 483
      *
484 484
      * return null
485 485
      */
Please login to merge, or discard this patch.
src/Queries/ElementQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Arrilot\BitrixModels\Queries;
4 4
 
5
-use Arrilot\BitrixCacher\Cache;
6 5
 use CIBlock;
7 6
 use Illuminate\Support\Collection;
8 7
 use Arrilot\BitrixModels\Models\ElementModel;
Please login to merge, or discard this patch.