소스 검색

Applied fixes from StyleCI

Ferreyra, Maximiliano Gastón 9 년 전
부모
커밋
1be225674a
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/Mpociot/ApiDoc/Parsers/RuleDescriptionParser.php
  2. 1 0
      tests/RuleDescriptionParserTest.php

+ 3 - 3
src/Mpociot/ApiDoc/Parsers/RuleDescriptionParser.php

@@ -30,7 +30,7 @@ class RuleDescriptionParser
 
     /**
      * @param string|array $parameters
-     * 
+     *
      * @return $this
      */
     public function with($parameters)
@@ -42,7 +42,7 @@ class RuleDescriptionParser
 
     /**
      * @param $key
-     * 
+     *
      * @return string
      */
     protected function translateWithAttributes($key)
@@ -58,7 +58,7 @@ class RuleDescriptionParser
 
     /**
      * @param null $rule
-     * 
+     *
      * @return static
      */
     public static function parse($rule = null)

+ 1 - 0
tests/RuleDescriptionParserTest.php

@@ -81,6 +81,7 @@ class RuleDescriptionParserTest extends TestCase
      * Define environment setup.
      *
      * @param  \Illuminate\Foundation\Application  $app
+     *
      * @return void
      */
     protected function getEnvironmentSetUp($app)