Completed
Branch feature/pre-split (30b4f8)
by Anton
03:14
created
source/Spiral/Database/Entities/Database.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,6 @@
 block discarded – undo
198 198
     /**
199 199
      * {@inheritdoc}
200 200
      *
201
-     * @param string $class Class to be used to represent PDOStatement.
202 201
      * @param array  $args  Class construction arguments, by default array of parameters.
203 202
      *
204 203
      * @return PDOResult
Please login to merge, or discard this patch.
source/Spiral/Database/Builders/Traits/JoinsTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -346,7 +346,7 @@
 block discarded – undo
346 346
      * @param string                 $joiner     Boolean joiner (AND | OR).
347 347
      * @param array                  $parameters Set of parameters collected from where functions.
348 348
      * @param array                  $tokens     Array to aggregate compiled tokens. Reference.
349
-     * @param \Closure|null|callable $wrapper    Callback or closure used to wrap/collect every
349
+     * @param callable $wrapper    Callback or closure used to wrap/collect every
350 350
      *                                           potential parameter.
351 351
      *
352 352
      * @throws BuilderException
Please login to merge, or discard this patch.