Skip to content
View mcraeteisha's full-sized avatar
Block or Report

Block or report mcraeteisha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mcraeteisha/README.md
<?php

namespace TeishaMcRae;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'ProcessMaker',
                'position' => 'Jr. Software Engineer'         
            ]
        ];
    }
    
    public function getMoreInfo(): array
    {
        return [
            'fun_facts' => [
                'pronouns' => 'she, her',
                'book_lover' => true,
                'cat_mom' => true         
            ]
        ];
    }

    public function getCodingKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Vuejs::class,
            React::class,
        ];
    }
}

Pinned Loading

  1. ProcessMaker/processmaker ProcessMaker/processmaker Public

    ProcessMaker BPM Core

    PHP 439 199