Completed
Push — master ( 276db7...0bd148 )
by Rakesh
07:30 queued 03:39
created
lib/Zend/Gdata/Media/Extension/MediaTitle.php 1 patch
Switch Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -87,11 +87,11 @@
 block discarded – undo
87 87
     protected function takeAttributeFromDOM($attribute)
88 88
     {
89 89
         switch ($attribute->localName) {
90
-        case 'type':
91
-            $this->_type = $attribute->nodeValue;
92
-            break;
93
-        default:
94
-            parent::takeAttributeFromDOM($attribute);
90
+            case 'type':
91
+                $this->_type = $attribute->nodeValue;
92
+                break;
93
+            default:
94
+                parent::takeAttributeFromDOM($attribute);
95 95
         }
96 96
     }
97 97
 
Please login to merge, or discard this patch.
lib/Zend/Gdata/Gapps/Extension/Property.php 1 patch
Switch Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -65,14 +65,14 @@
 block discarded – undo
65 65
     protected function takeAttributeFromDOM($attribute)
66 66
     {
67 67
         switch ($attribute->localName) {
68
-        case 'name':
69
-            $this->_name = $attribute->nodeValue;
70
-            break;
71
-        case 'value':
72
-            $this->_value = $attribute->nodeValue;
73
-            break;
74
-        default:
75
-            parent::takeAttributeFromDOM($attribute);
68
+            case 'name':
69
+                $this->_name = $attribute->nodeValue;
70
+                break;
71
+            case 'value':
72
+                $this->_value = $attribute->nodeValue;
73
+                break;
74
+            default:
75
+                parent::takeAttributeFromDOM($attribute);
76 76
         }
77 77
     }
78 78
 
Please login to merge, or discard this patch.
lib/Zend/Gdata/Gapps/Extension/Nickname.php 1 patch
Switch Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -97,11 +97,11 @@
 block discarded – undo
97 97
     protected function takeAttributeFromDOM($attribute)
98 98
     {
99 99
         switch ($attribute->localName) {
100
-        case 'name':
101
-            $this->_name = $attribute->nodeValue;
102
-            break;
103
-        default:
104
-            parent::takeAttributeFromDOM($attribute);
100
+            case 'name':
101
+                $this->_name = $attribute->nodeValue;
102
+                break;
103
+            default:
104
+                parent::takeAttributeFromDOM($attribute);
105 105
         }
106 106
     }
107 107
 
Please login to merge, or discard this patch.
lib/Zend/Gdata/App/Extension/Text.php 1 patch
Switch Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -87,11 +87,11 @@
 block discarded – undo
87 87
     protected function takeAttributeFromDOM($attribute)
88 88
     {
89 89
         switch ($attribute->localName) {
90
-        case 'type':
91
-            $this->_type = $attribute->nodeValue;
92
-            break;
93
-        default:
94
-            parent::takeAttributeFromDOM($attribute);
90
+            case 'type':
91
+                $this->_type = $attribute->nodeValue;
92
+                break;
93
+            default:
94
+                parent::takeAttributeFromDOM($attribute);
95 95
         }
96 96
     }
97 97
 
Please login to merge, or discard this patch.