Skip to content

Commit

Permalink
Remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcollin committed Oct 1, 2019
1 parent 835dd22 commit 8ec227b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "Automatically add an index.php in all directories recursively",
"type": "library",
"license": "MIT",
"version": "1.0.0",
"keywords": [
"directory-traversal-vulnerability",
"security",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/AutoIndex/AutoIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class AutoIndex

/**
* Constructor.
*
* @param string $directoryPath
* @param string $sourcePath
*
* @param string $directoryPath
* @param string $sourcePath
*/
public function __construct($directoryPath, $sourcePath)
{
Expand All @@ -43,7 +43,7 @@ public function __construct($directoryPath, $sourcePath)
/**
* Set the path name to be used.
*
* @param string $path
* @param string $path
*
* @throws \InvalidArgumentException When directory isn't set
*/
Expand Down

0 comments on commit 8ec227b

Please sign in to comment.