Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd16ff4

Browse files
committed
Several codestyle fixes
1 parent 6215bab commit cd16ff4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+102
-1
lines changed

Tests/GithubObjectTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/GithubTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Activity/EventsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Activity/FeedsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Activity/NotificationsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Activity/StarringTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Activity/WatchingTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/ActivityTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/AuthorizationsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Data/BlobsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Data/CommitsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Data/RefsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Data/TagsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Data/TreesTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/DataTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/EmojisTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/GistsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/GitignoreTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/GraphqlTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Issues/AssigneesTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Issues/CommentsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Issues/EventsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Issues/LabelsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Issues/MilestonesTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/IssuesTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/MarkdownTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/MetaTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Orgs/HooksTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Orgs/MembersTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Orgs/TeamsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/OrgsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Pulls/CommentsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/PullsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/BranchesTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2017 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/CollaboratorsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/CommentsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/CommitsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/ContentsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/DeploymentsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/DownloadsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/ForksTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/HooksTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/KeysTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

Tests/Package/Repositories/MergingTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (C) 2005 - 2022 Open Source Matters, Inc. All rights reserved.
45
* @license GNU General Public License version 2 or later; see LICENSE

src/AbstractGithubObject.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/AbstractPackage.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Github.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Activity.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Activity/Events.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Activity/Feeds.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Activity/Notifications.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Activity/Starring.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Activity/Watching.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Authorization.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Data.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Data/Blobs.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Data/Commits.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Data/Refs.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Data/Tags.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Data/Trees.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Emojis.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Gists.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Gists/Comments.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Gitignore.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Graphql.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

src/Package/Issues.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Part of the Joomla Framework Github Package
45
*

0 commit comments

Comments
 (0)