File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
custom-standards/Flyeralarm/Sniffs/File Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2017 , FLYERALARM Digital GmbH
3+ Copyright (c) 2018 , FLYERALARM Digital GmbH
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 22 "name" : " flyeralarm/php-code-validator" ,
33 "description" : " A custom coding standard for FLYERALARM" ,
44 "type" : " config" ,
5- "license" : " proprietary " ,
5+ "license" : " BSD-3-Clause " ,
66 "authors" : [
77 {
88 "name" : " Daniel Müller" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ public function register()
1818 /**
1919 * @param File $phpcsFile
2020 * @param int $stackPtr
21- * @return void
21+ * @return int|void
22+ * @throws \PHP_CodeSniffer\Exceptions\RuntimeException
2223 */
2324 public function process (File $ phpcsFile , $ stackPtr )
2425 {
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ public function register()
1818 /**
1919 * @param File $phpcsFile
2020 * @param int $stackPtr
21- * @return void
21+ * @return int|void
22+ * @throws \PHP_CodeSniffer\Exceptions\RuntimeException
2223 */
2324 public function process (File $ phpcsFile , $ stackPtr )
2425 {
You can’t perform that action at this time.
0 commit comments