Passed
Pull Request — master (#14)
by Tim
02:01
created
lib/Controller/ConsentController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,12 +103,12 @@
 block discarded – undo
103 103
                 $attributeSet = $state['consent:store.attributeSet'];
104 104
 
105 105
                 Logger::debug(
106
-                    'Consent - saveConsent() : [' . $userId . '|' . $targetedId . '|' . $attributeSet . ']'
106
+                    'Consent - saveConsent() : ['.$userId.'|'.$targetedId.'|'.$attributeSet.']'
107 107
                 );
108 108
                 try {
109 109
                     $store->saveConsent($userId, $targetedId, $attributeSet);
110 110
                 } catch (Exception $e) {
111
-                    Logger::error('Consent: Error writing to storage: ' . $e->getMessage());
111
+                    Logger::error('Consent: Error writing to storage: '.$e->getMessage());
112 112
                 }
113 113
             }
114 114
 
Please login to merge, or discard this patch.