Completed
Push — master ( 20d526...6ee9bd )
by Nate
01:35
created
src/helpers/LoggingHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * prefixSessionData.
28 28
      *
29
-     * @return callable
29
+     * @return \Closure
30 30
      */
31 31
     public static function prefixSessionData()
32 32
     {
Please login to merge, or discard this patch.
src/db/traits/OrderBy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Applies the 'fixedOrder' and 'orderBy' params to the query being prepared.
50 50
      *
51
-     * @param Connection|null $db The database connection used to generate the SQL statement.
51
+     * @param Connection $db The database connection used to generate the SQL statement.
52 52
      *                            If this parameter is not given, the `db` application component will be used.
53 53
      *
54 54
      * @throws Exception if the DB connection doesn't support fixed ordering
Please login to merge, or discard this patch.