Completed
Push — master ( 1e061c...bc1ecf )
by Vladimir
05:31
created
docs/sami-config.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,8 @@
 block discarded – undo
32 32
  * Include this section if you want sami to document
33 33
  * private and protected functions/properties
34 34
  */
35
-$sami['filter'] = function () {
35
+$sami['filter'] = function ()
36
+{
36 37
     return new ApiFilter();
37 38
 };
38 39
 
Please login to merge, or discard this patch.
src/Objects/PulseColumnTagValue.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,8 @@
 block discarded – undo
68 68
      */
69 69
     protected function setValue ($response)
70 70
     {
71
-        if (!isset($response['value']['tag_ids'])) {
71
+        if (!isset($response['value']['tag_ids']))
72
+        {
72 73
             $this->column_value = [];
73 74
 
74 75
             return;
Please login to merge, or discard this patch.