Completed
Push — master ( 3141eb...d06511 )
by Christopher
02:25
created
schemas/ADUserTrait.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      * @link https://msdn.microsoft.com/en-us/library/ms680932(v=vs.85).aspx
27 27
      * @var array 
28 28
      */
29
-    protected $objectClass = ['user','person','organizationalPerson', 'top'];
29
+    protected $objectClass = ['user', 'person', 'organizationalPerson', 'top'];
30 30
     
31 31
     /**
32 32
      * The date when the account expires. This value represents the number of 100-nanosecond
@@ -288,8 +288,8 @@  discard block
 block discarded – undo
288 288
      */
289 289
     protected $wWWHomePage;
290 290
     
291
-    public function rules (){
292
-        return [['cn'],'required'];
291
+    public function rules() {
292
+        return [['cn'], 'required'];
293 293
     }
294 294
     
295 295
 }
Please login to merge, or discard this patch.