Skip to content

Commit 35447ef

Browse files
authored
Merge pull request #88 from andreaselia/andreaselia-patch-1
Fix CS
2 parents 26ab882 + 4257fb6 commit 35447ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Commands/ExportPostmanCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ public function makeRequest($route, $method, $routeHeaders, $requestRules)
307307
* Process a rule set and utilize the Validator to create human readable descriptions
308308
* to help users provide valid data.
309309
*
310-
* @param $attribute
311-
* @param $rules
310+
* @param $attribute
311+
* @param $rules
312312
* @return string
313313
*/
314314
protected function parseRulesIntoHumanReadable($attribute, $rules): string
@@ -466,7 +466,7 @@ protected function handleEdgeCases(array $messages): array
466466
/**
467467
* In this case we have received what is most likely a Rule Object but are not certain.
468468
*
469-
* @param $probableRule
469+
* @param $probableRule
470470
* @return string
471471
*/
472472
protected function safelyStringifyClassBasedRule($probableRule): string

0 commit comments

Comments
 (0)