Completed
Push — master ( 726362...d621a8 )
by Hong
03:08
created
src/Phossa2/Shared/Message/Message.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -27,27 +27,27 @@
 block discarded – undo
27 27
     /*
28 28
      * Class "%s" not found
29 29
      */
30
-    const MSG_CLASS_NOTFOUND    = 1606161030;
30
+    const MSG_CLASS_NOTFOUND = 1606161030;
31 31
 
32 32
     /*
33 33
      * Static class "%s" not instantiable
34 34
      */
35
-    const MSG_CLASS_STATIC      = 1606161031;
35
+    const MSG_CLASS_STATIC = 1606161031;
36 36
 
37 37
     /*
38 38
      * Path "%s" not found
39 39
      */
40
-    const MSG_PATH_NOTFOUND     = 1606161040;
40
+    const MSG_PATH_NOTFOUND = 1606161040;
41 41
 
42 42
     /*
43 43
      * Path "%s" not readable
44 44
      */
45
-    const MSG_PATH_NONREADABLE  = 1606161041;
45
+    const MSG_PATH_NONREADABLE = 1606161041;
46 46
 
47 47
     /*
48 48
      * Path "%s" not writable
49 49
      */
50
-    const MSG_PATH_NONWRITABLE  = 1606161042;
50
+    const MSG_PATH_NONWRITABLE = 1606161042;
51 51
 
52 52
     /**
53 53
      * {@inheritDoc}
Please login to merge, or discard this patch.