Skip to content

Commit c44ffb6

Browse files
committed
typos
1 parent 1cb03c9 commit c44ffb6

14 files changed

+1
-32
lines changed

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If your stuff is good, it will not take long to establish a reputation for yours
2121
New BSD License
2222
---------------
2323

24-
Copyright (c) 2004, 2013 David Grudl (http://davidgrudl.com)
24+
Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
2525
All rights reserved.
2626

2727
Redistribution and use in source and binary forms, with or without modification,

src/PhpGenerator/ClassType.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
/**
44
* This file is part of the Nette Framework (http://nette.org)
5-
*
65
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
7-
*
8-
* For the full copyright and license information, please view
9-
* the file license.txt that was distributed with this source code.
106
*/
117

128
namespace Nette\PhpGenerator;

src/PhpGenerator/Helpers.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
/**
44
* This file is part of the Nette Framework (http://nette.org)
5-
*
65
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
7-
*
8-
* For the full copyright and license information, please view
9-
* the file license.txt that was distributed with this source code.
106
*/
117

128
namespace Nette\PhpGenerator;

src/PhpGenerator/Method.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
/**
44
* This file is part of the Nette Framework (http://nette.org)
5-
*
65
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
7-
*
8-
* For the full copyright and license information, please view
9-
* the file license.txt that was distributed with this source code.
106
*/
117

128
namespace Nette\PhpGenerator;

src/PhpGenerator/Parameter.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
/**
44
* This file is part of the Nette Framework (http://nette.org)
5-
*
65
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
7-
*
8-
* For the full copyright and license information, please view
9-
* the file license.txt that was distributed with this source code.
106
*/
117

128
namespace Nette\PhpGenerator;

src/PhpGenerator/PhpLiteral.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
/**
44
* This file is part of the Nette Framework (http://nette.org)
5-
*
65
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
7-
*
8-
* For the full copyright and license information, please view
9-
* the file license.txt that was distributed with this source code.
106
*/
117

128
namespace Nette\PhpGenerator;

src/PhpGenerator/Property.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
/**
44
* This file is part of the Nette Framework (http://nette.org)
5-
*
65
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
7-
*
8-
* For the full copyright and license information, please view
9-
* the file license.txt that was distributed with this source code.
106
*/
117

128
namespace Nette\PhpGenerator;

tests/PhpGenerator/ClassType.from.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Test: Nette\PhpGenerator generator.
55
*
66
* @author David Grudl
7-
* @package Nette\Utils
87
*/
98

109
namespace Abc;

tests/PhpGenerator/ClassType.from.trait.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Test: Nette\PhpGenerator generator.
55
*
66
* @author David Grudl
7-
* @package Nette\Utils
87
* @phpversion 5.4
98
*/
109

tests/PhpGenerator/ClassType.interface.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Test: Nette\PhpGenerator for interfaces.
55
*
66
* @author David Grudl
7-
* @package Nette\Utils
87
*/
98

109
use Nette\PhpGenerator\ClassType,

0 commit comments

Comments
 (0)