• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

podio-community / podio-php / 5637886045

pending completion
5637886045

Pull #233

github

web-flow
Merge 4cab6a241 into b5bb41606
Pull Request #233: fix: make podio_client first parameter of functions

231 of 231 new or added lines in 64 files covered. (100.0%)

916 of 2104 relevant lines covered (43.54%)

24.12 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/models/PodioByLine.php
1
<?php
2

3
class PodioByLine extends PodioObject
4
{
5
    public function __construct($attributes = array())
6
    {
7
        parent::__construct();
×
8
        $this->property('type', 'string');
×
9
        $this->property('id', 'integer');
×
10
        $this->property('avatar_type', 'string');
×
11
        $this->property('avatar_id', 'integer');
×
12
        $this->property('image', 'hash');
×
13
        $this->property('name', 'string');
×
14
        $this->property('url', 'string');
×
15
        $this->property('avatar', 'integer'); // Legacy
×
16

17
        $this->init($attributes);
×
18
    }
19
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc