Browse Source

DevKit updates (#4170)

Sonata CI 8 năm trước cách đây
mục cha
commit
21dcda37b9
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 0
      .styleci.yml
  2. 2 2
      CONTRIBUTING.md

+ 1 - 0
.styleci.yml

@@ -7,6 +7,7 @@
 preset: symfony
 
 enabled:
+  - class_keyword_remove
   - combine_consecutive_unsets
   - long_array_syntax
   - newline_after_open_tag

+ 2 - 2
CONTRIBUTING.md

@@ -181,9 +181,9 @@ namespace Foo;
 
 interface BarInterface
 {
-
-  // NEXT_MAJOR: Uncomment this method
   /**
+   * NEXT_MAJOR: Uncomment this method
+   *
    * This method does useful stuff.
    */
   // public function usefulMethod();