Completed
Pull Request — master (#12)
by
unknown
01:37
created
src/Models/BitrixModel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Arrilot\BitrixModels\ModelEventsTrait;
6 6
 use Arrilot\BitrixModels\Queries\BaseQuery;
7 7
 use Exception;
8
-use Illuminate\Support\Collection;
9 8
 
10 9
 abstract class BitrixModel extends ArrayableModel
11 10
 {
Please login to merge, or discard this patch.
src/Models/HLModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@
 block discarded – undo
347 347
      *
348 348
      * @throws Exception
349 349
      *
350
-     * @return BaseQuery
350
+     * @return HLQuery
351 351
      */
352 352
     public static function query()
353 353
     {
Please login to merge, or discard this patch.