Completed
Push — master ( d0b8e0...726337 )
by
unknown
07:05 queued 03:21
created
src/records/AbstractProviderIdentity.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,10 +28,10 @@
 block discarded – undo
28 28
      */
29 29
     public function getUser()
30 30
     {
31
-        if(! $this->userId) {
31
+        if (!$this->userId) {
32 32
             return null;
33 33
         }
34
-        if (! $this->user) {
34
+        if (!$this->user) {
35 35
             $this->user = \Craft::$app->getUsers()->getUserById(
36 36
                 $this->userId
37 37
             );
Please login to merge, or discard this patch.