Completed
Push — master ( 3d3ec0...3ef76d )
by Christopher
02:53
created
schemas/ADUserTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
      */
289 289
     protected $wWWHomePage;
290 290
     
291
-    public function rules (){
291
+    public function rules() {
292 292
         return [['cn'], 'required'];
293 293
     }
294 294
     
Please login to merge, or discard this patch.
DataReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
 
210 210
         $resource = $this->_conn->resource;
211 211
         
212
-        Yii::beginProfile('current:' . $this->key(), 'chrmorandi\ldap\DataReader');
212
+        Yii::beginProfile('current:'.$this->key(), 'chrmorandi\ldap\DataReader');
213 213
         $name = ldap_first_attribute($resource, $this->_row);
214 214
         
215 215
         while ($name) {
Please login to merge, or discard this patch.