Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 22, 2021
1 parent ee7ccc6 commit 92048f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ final class SkipWithEncapsedStringPart
public function run(int $id): array
{
$data = [
'url' => $id . '/foo'
'url' => "/$id.pdf",
];

return $data;
Expand Down

This file was deleted.

0 comments on commit 92048f3

Please sign in to comment.