Skip to content

Commit 3ab1e32

Browse files
committed
Added an entry into gitignore and a doc fix.
1 parent 245a1c5 commit 3ab1e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/composer.lock
33
/phpunit.xml
44
/build
5-
5+
/.idea/

src/Cpf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct($number)
2222
}
2323

2424
/**
25-
* @return string Returns formatted number, such as: 00.000.000/0000-00
25+
* @return string Returns formatted number, such as: 000.000.000-00
2626
*/
2727
public function format()
2828
{

0 commit comments

Comments
 (0)