Skip to content

Commit 0d3176f

Browse files
committed
Revise README
1 parent 93c8ea8 commit 0d3176f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ echo $result;
228228
- You may want to call a methods in PHP that contain long type in Java.
229229
In its case, you can call a method as follows:
230230

231-
- ex. ) Wrap with `\PHPJava\Kernel\Types\_Long`. We recommend this.
232-
#### In Java
231+
#### ex. ) Wrap with `\PHPJava\Kernel\Types\_Long`. We recommend this.
232+
##### In Java
233233
```java
234234
class Test
235235
{
@@ -241,7 +241,7 @@ class Test
241241
}
242242
```
243243

244-
#### In PHP
244+
##### In PHP
245245
```php
246246
<?php
247247
$javaClass->getInvoker()->getStatic()->getMethods()->call(
@@ -253,9 +253,8 @@ $javaClass->getInvoker()->getStatic()->getMethods()->call(
253253
The example will return `1234`.
254254

255255

256-
- ex. ) Set `false` to strict mode within options.
257-
258-
#### In PHP
256+
#### ex. ) Set `false` to strict mode within options.
257+
##### In PHP
259258
```php
260259
<?php
261260
use PHPJava\Core\JavaClass;

0 commit comments

Comments
 (0)