Skip to content

Commit f6167d6

Browse files
committed
Some extra cleanup for the clone command
1 parent 8029957 commit f6167d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/05_Refactoring/03_Copy_Clone.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Copy/Clone
3+
* Copy
44
*
55
* F5 (copy) (Windows/Linux/macOS)
66
*
77
*
8-
* Copy a class, file or directory to another directory or clone it within the same directory.
8+
* Copy a class, file or directory to another directory.
99
*/
1010

1111
namespace Refactoring3\JetBrains;

0 commit comments

Comments
 (0)