Completed
Push — master ( 2367ea...097a4e )
by Raffael
07:09 queued 03:39
created
src/Auth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
             switch ($option) {
82 82
                 case 'identity_class':
83 83
                 case 'attribute_map_class':
84
-                    $this->{$option} = (string) $value;
84
+                    $this->{$option} = (string)$value;
85 85
 
86 86
                 break;
87 87
                 default:
Please login to merge, or discard this patch.
src/Adapter/AbstractAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 
74 74
                 break;
75 75
                 case 'attr_sync_cache':
76
-                    $this->attr_sync_cache = (int) $value;
76
+                    $this->attr_sync_cache = (int)$value;
77 77
 
78 78
                 break;
79 79
                 case 'identity_attribute':
Please login to merge, or discard this patch.