Completed
Pull Request — master (#678)
by Thomas
03:46
created
src/JMS/Serializer/Exclusion/GroupsExclusionStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
 
77 77
         $groups = $this->groups;
78 78
         foreach ($paths as $index => $path) {
79
-            if (!array_key_exists($path, $groups)) {
79
+            if ( ! array_key_exists($path, $groups)) {
80 80
                 if ($index > 0) {
81 81
                     $groups = array('Default');
82 82
                 }
Please login to merge, or discard this patch.
src/JMS/Serializer/Context.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
      */
257 257
     public function getCurrentPath()
258 258
     {
259
-        if (!$this->metadataStack) {
259
+        if ( ! $this->metadataStack) {
260 260
             return array();
261 261
         }
262 262
 
Please login to merge, or discard this patch.