Skip to content

Commit

Permalink
Remove dd() call
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah authored Oct 7, 2018
1 parent 258fd45 commit 00f6b3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Mpociot/ApiDoc/Generators/AbstractGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,6 @@ protected function splitValuePairs($parameters, $first = 'is ', $last = 'or ')
*/
protected function parseRule($rule, $attribute, &$attributeData, $seed, $routeData)
{
if (starts_with($attribute, 'array.')) {
dd(array_keys($routeData));
}
$faker = Factory::create();
$faker->seed(crc32($seed));

Expand Down

0 comments on commit 00f6b3f

Please sign in to comment.