Completed
Push — master ( 52e74d...bce1be )
by Christopher
02:13
created
schemas/SchemaTrait.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -26,11 +26,11 @@
 block discarded – undo
26 26
      */
27 27
     public $dn;
28 28
     
29
-     /**
30
-     * Returns the list of attribute names.
31
-     * By default, this method returns all public properties of the class.
32
-     * @return array list of attribute names.
33
-     */
29
+        /**
30
+         * Returns the list of attribute names.
31
+         * By default, this method returns all public properties of the class.
32
+         * @return array list of attribute names.
33
+         */
34 34
     public function getAttributes() {
35 35
         $class = new ReflectionClass(self::class);
36 36
         $names = [];
Please login to merge, or discard this patch.