Test Failed
Push — develop ( 3431ed...47aafc )
by Kenneth
05:36 queued 03:16
created
src/Bindings/NumericBindingInterface.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
      * Bind an integer or null.
33 33
      *
34 34
      * @param string|int|float|bool|null $value
35
-
36 35
      *
37 36
      * @return array
38 37
      * @throws TypeError
Please login to merge, or discard this patch.
src/Bindings/Bindings.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@  discard block
 block discarded – undo
55 55
      * Bind a boolean value as bool.
56 56
      *
57 57
      * @param int|bool $value
58
-
59 58
      *
60 59
      * @return array
61 60
      * @throws TypeError
@@ -138,7 +137,6 @@  discard block
 block discarded – undo
138 137
      * YYYY-MM-DD HH:MM:SS is the proper date format.
139 138
      *
140 139
      * @param string $value
141
-
142 140
      *
143 141
      * @return array
144 142
      * @throws TypeError
Please login to merge, or discard this patch.