Completed
Push — master ( 48558e...694c49 )
by Marcel
04:18
created
src/Messages/Attachments/Attachment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      */
88 88
     public function getExtras($key = null)
89 89
     {
90
-        if (! is_null($key)) {
90
+        if ( ! is_null($key)) {
91 91
             return Collection::make($this->extras)->get($key);
92 92
         }
93 93
 
Please login to merge, or discard this patch.