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