Skip to content

Commit d4ba449

Browse files
committed
update php docblocks
1 parent 45a42df commit d4ba449

29 files changed

+29
-29
lines changed

bin/webunit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @package WebDriver
1919
*
20-
* @author Anthon Pang <anthonp@nationalfibre.net>
20+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2121
*/
2222

2323
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"name": "Anthon Pang",
16-
"email": "anthonp@nationalfibre.net",
16+
"email": "apang@softwaredevelopment.ca",
1717
"role": "Fork Maintainer"
1818
}
1919
],

lib/WebDriver/AbstractWebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package WebDriver
1818
*
1919
* @author Justin Bishop <jubishop@gmail.com>
20-
* @author Anthon Pang <anthonp@nationalfibre.net>
20+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2121
* @author Fabrizio Branca <mail@fabrizio-branca.de>
2222
* @author Tsz Ming Wong <tszming@gmail.com>
2323
*/

lib/WebDriver/AppCacheStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @package WebDriver
1818
*
19-
* @author Anthon Pang <anthonp@nationalfibre.net>
19+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2020
*/
2121

2222
namespace WebDriver;

lib/WebDriver/ApplicationCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @package WebDriver
1818
*
19-
* @author Anthon Pang <anthonp@nationalfibre.net>
19+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2020
*/
2121

2222
namespace WebDriver;

lib/WebDriver/Browser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package WebDriver
1818
*
1919
* @author Fabrizio Branca <mail@fabrizio-branca.de>
20-
* @author Anthon Pang <anthonp@nationalfibre.net>
20+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2121
*/
2222

2323
namespace WebDriver;

lib/WebDriver/Capability.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package WebDriver
1818
*
1919
* @author Fabrizio Branca <mail@fabrizio-branca.de>
20-
* @author Anthon Pang <anthonp@nationalfibre.net>
20+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2121
*/
2222

2323
namespace WebDriver;

lib/WebDriver/ClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @package WebDriver
1818
*
19-
* @author Anthon Pang <anthonp@nationalfibre.net>
19+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2020
*/
2121

2222
namespace WebDriver;

lib/WebDriver/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package WebDriver
1818
*
1919
* @author Justin Bishop <jubishop@gmail.com>
20-
* @author Anthon Pang <anthonp@nationalfibre.net>
20+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2121
* @author Fabrizio Branca <mail@fabrizio-branca.de>
2222
*/
2323

lib/WebDriver/Element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package WebDriver
1818
*
1919
* @author Justin Bishop <jubishop@gmail.com>
20-
* @author Anthon Pang <anthonp@nationalfibre.net>
20+
* @author Anthon Pang <apang@softwaredevelopment.ca>
2121
* @author Fabrizio Branca <mail@fabrizio-branca.de>
2222
*/
2323

0 commit comments

Comments
 (0)