mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
fix indentation
This commit is contained in:
parent
bbe3b6a439
commit
e544340d67
1 changed files with 6 additions and 6 deletions
|
@ -57,9 +57,9 @@ class FirstGenericObject extends GenericObject {
|
|||
*/
|
||||
class SecondGenericObject extends GenericObject {
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function callback() {
|
||||
}
|
||||
|
||||
|
@ -70,9 +70,9 @@ class SecondGenericObject extends GenericObject {
|
|||
*/
|
||||
class ThirdGenericObject extends GenericObject {
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function callback() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue