Completed
Branch develop (73bc23)
by Evan
02:37
created
src/Taxonomy/Taxonomy.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     public function postTypes()
111 111
     {
112 112
         return Collection::make($this->object_type)
113
-            ->map(function ($post_type) {
113
+            ->map(function($post_type) {
114 114
                 return PostType::load($post_type);
115 115
             });
116 116
     }
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      */
126 126
     public function unregister()
127 127
     {
128
-        if (! $this->exists($this->id)) {
128
+        if ( ! $this->exists($this->id)) {
129 129
             throw new Exception\NonExistentTaxonomyException;
130 130
         }
131 131
 
Please login to merge, or discard this patch.