Skip to content

Commit cd7f67e

Browse files
authored
Merge pull request #307 from loic425/fix/boolean
Rename boolean type in lowercase
2 parents 8e81282 + f3ce227 commit cd7f67e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Selenium2Driver.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Selenium2Driver extends CoreDriver
2929
{
3030
/**
3131
* Whether the browser has been started
32-
* @var Boolean
32+
* @var boolean
3333
*/
3434
private $started = false;
3535

@@ -254,7 +254,7 @@ protected static function charToOptions($char, $modifier = null)
254254
*
255255
* @param string $xpath the xpath to search with
256256
* @param string $script the script to execute
257-
* @param Boolean $sync whether to run the script synchronously (default is TRUE)
257+
* @param boolean $sync whether to run the script synchronously (default is TRUE)
258258
*
259259
* @return mixed
260260
*/
@@ -271,7 +271,7 @@ protected function executeJsOnXpath($xpath, $script, $sync = true)
271271
*
272272
* @param Element $element the webdriver element
273273
* @param string $script the script to execute
274-
* @param Boolean $sync whether to run the script synchronously (default is TRUE)
274+
* @param boolean $sync whether to run the script synchronously (default is TRUE)
275275
*
276276
* @return mixed
277277
*/

0 commit comments

Comments
 (0)