Skip to content

Commit

Permalink
Changing the method name from chmod() to dirPermissions() in CopyDir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Mar 15, 2015
1 parent 6fa55a0 commit 3a8b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Task/FileSystem/CopyDir.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function run()
* @param int $value
* @return $this
*/
public function chmod($value)
public function dirPermissions($value)
{
$this->chmod = (int)$value;
return $this;
Expand Down

0 comments on commit 3a8b232

Please sign in to comment.