Skip to content

Commit

Permalink
Prep 2.5.2 - cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Aug 8, 2018
1 parent f56a9bf commit b2a4f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Soluble/Japha/Bridge/Driver/AbstractDriver.php
Expand Up @@ -100,7 +100,7 @@ abstract public function getJavaSession(array $args = []): Interfaces\JavaObject
* @throws \Soluble\Japha\Bridge\Exception\RuntimeException
*
* @param Interfaces\JavaObject|int|float|array|bool $javaObject
* @param string $cast_type
* @param string $cast_type
*
* @return mixed
*/
Expand Down
1 change: 1 addition & 0 deletions src/Soluble/Japha/Bridge/Driver/Pjb62/Pjb62Driver.php
Expand Up @@ -324,6 +324,7 @@ public static function castPjbInternal($javaObject, string $cast_type)

/**
* {@inheritdoc}
*
* @param Interfaces\JavaObject|int|float $javaObject
*/
public function cast($javaObject, string $cast_type)
Expand Down

0 comments on commit b2a4f0b

Please sign in to comment.