@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | { |
83 | 83 | $response = $this->getShorternerResponse($longUrl); |
84 | 84 | dd($response); |
85 | - if (! $this->extended) { |
|
85 | + if (!$this->extended) { |
|
86 | 86 | self::$buffer[$longUrl] = $response->id; |
87 | 87 | } |
88 | 88 | |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | */ |
113 | 113 | private function getShorternerResponse($longUrl) |
114 | 114 | { |
115 | - if (!$this->extended && !empty(self::$buffer[$longUrl]) ) { |
|
115 | + if (!$this->extended && !empty(self::$buffer[$longUrl])) { |
|
116 | 116 | return self::$buffer[$longUrl]; |
117 | 117 | } |
118 | 118 |