Completed
Push — master ( 296743...12eab9 )
by Kirill
36:17
created
src/SDL/Base/Definitions/BaseInterface.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Base type name
27 27
      */
28
-    protected const TYPE_NAME = Type::INTERFACE;
28
+    protected const TYPE_NAME = Type::interface;
29 29
 
30 30
     /**
31 31
      * @return array
Please login to merge, or discard this patch.
src/SDL/Contracts/Type.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public const OBJECT_FIELD       = 'Field';      // TODO Rename
30 30
     public const OBJECT_ARGUMENT    = 'Argument';   // TODO Rename
31 31
 
32
-    public const INTERFACE          = 'Interface';
32
+    public const interface          = 'Interface';
33 33
     public const INTERFACE_FIELD    = 'Field';      // TODO Rename
34 34
     public const INTERFACE_ARGUMENT = 'Argument';   // TODO Rename
35 35
 
Please login to merge, or discard this patch.