@@ -110,7 +110,7 @@ discard block |
||
| 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 |
||
| 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 | |