Completed
Push — master ( 5a8fbc...eea109 )
by Mike
02:59
created
includes/class-connection-test.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 	 *
25 25
 	 * @see check_admin_page, check_airplane_mode, check_internet, check_splashbase
26 26
 	 *
27
-	 * @return boolean Status of connection to Internet/Splashbase.
27
+	 * @return null|boolean Status of connection to Internet/Splashbase.
28 28
 	 */
29 29
 	public function test(){
30 30
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * @subpackage Evans
18 18
  * @author     Old Town Media
19 19
  */
20
-class ConnectionTest{
20
+class ConnectionTest {
21 21
 
22 22
 	/**
23 23
 	 * Run all of our connection tests.
Please login to merge, or discard this patch.
includes/class-metabox-types.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -306,6 +306,9 @@
 block discarded – undo
306 306
 
307 307
 	}
308 308
 
309
+	/**
310
+	 * @param string $source
311
+	 */
309 312
 	private function add_source( $fields, $source ){
310 313
 
311 314
 		if ( empty( $fields ) || empty( $source ) ){
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * @subpackage Evans
9 9
  * @author     Old Town Media
10 10
  */
11
-class MetaboxTypes{
11
+class MetaboxTypes {
12 12
 
13 13
 	/**
14 14
 	 * Decide which cmb library to try and loop to get our metaboxes.
Please login to merge, or discard this patch.
includes/class-plugin.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * @subpackage Evans
9 9
  * @author     Old Town Media
10 10
  */
11
-class Plugin{
11
+class Plugin {
12 12
 
13 13
 	/**
14 14
 	 * Plugin definitions.
Please login to merge, or discard this patch.
abstracts/view.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @subpackage Test Content
11 11
  * @author     Old Town Media
12 12
  */
13
-abstract class View{
13
+abstract class View {
14 14
 
15 15
 	/**
16 16
 	 * title
Please login to merge, or discard this patch.
abstracts/type.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @subpackage Test Content
10 10
  * @author     Old Town Media
11 11
  */
12
-abstract class Type{
12
+abstract class Type {
13 13
 
14 14
 	/**
15 15
 	 * type
Please login to merge, or discard this patch.
includes/class-reporting.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @subpackage Evans
11 11
  * @author     Old Town Media
12 12
  */
13
-class Reporting{
13
+class Reporting {
14 14
 
15 15
 	public function create_report( $data ) {
16 16
 
Please login to merge, or discard this patch.
includes/class-delete.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @subpackage Evans
10 10
  * @author     Old Town Media
11 11
  */
12
-class Delete{
12
+class Delete {
13 13
 
14 14
 	/**
15 15
 	 * Delete all test content created ever.
Please login to merge, or discard this patch.
includes/class-metabox-values.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * @subpackage Evans
9 9
  * @author     Old Town Media
10 10
  */
11
-class MetaboxValues{
11
+class MetaboxValues {
12 12
 
13 13
 	/**
14 14
 	 * Assigns the proper testing data to a custom metabox.
Please login to merge, or discard this patch.
includes/class-test-content.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
  * @subpackage Evans
15 15
  * @author     Old Town Media
16 16
  */
17
-class TestContent{
17
+class TestContent {
18 18
 
19 19
 	/**
20 20
 	 * Title function.
Please login to merge, or discard this patch.