Skip to content

Instantly share code, notes, and snippets.

View ozumoo's full-sized avatar
🍊
Working

Mohamed Osama ozumoo

🍊
Working
  • Cairo
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ozumoo on github.
  • I am ozumoo (https://keybase.io/ozumoo) on keybase.
  • I have a public key ASAV2NUG3NQmwy474E02g_cPvHRJhWdy2srYi7wtYEWlPQo

To claim this, I am signing this object:

@ozumoo
ozumoo / indentation.php
Created February 22, 2019 22:48
indentation in php
<?php
//Bank Accounts class
class BankAccounts
{
//constructor
protected $accounts;
function __construct($accounts)
{
$this->accounts = $accounts;
0x32EEA0B2aAA516ff487e2e7Eb86d5dC2866Ac09F