Completed
Branch master (4590b3)
by Jarddel
02:54
created
src/EnumTrait.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -180,8 +180,8 @@
 block discarded – undo
180 180
     }
181 181
 
182 182
     /**
183
-    * Assigns the constants of the enumerative class.
184
-    */
183
+     * Assigns the constants of the enumerative class.
184
+     */
185 185
     protected static function assignConstants()
186 186
     {
187 187
         static::$constants = array_keys((new \ReflectionClass(static::class))->getConstants());
Please login to merge, or discard this patch.