Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix PHPDoc
  • Loading branch information
dunglas committed Dec 10, 2015
commit f20771348c30e74be8c33c152f04e610b963d50e
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* Normalizes a {@see \SplFileInfo} object to a data URI.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a SplFileInfo [...] no?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an SplFileInfo afaik

* Denormalizes a data URI to a {@see \SplFileObject} object using .
* Denormalizes a data URI to a {@see \SplFileObject} object.
*
* @author Kévin Dunglas <[email protected]>
*/
Expand Down