Completed
Pull Request — master (#73)
by Sullivan
04:17
created
Bundle/BundleMetadata.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     }
126 126
 
127 127
     /**
128
-     * @return string
128
+     * @return boolean
129 129
      */
130 130
     public function getExtendedDirectory()
131 131
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-     * @return string
136
+     * @return boolean
137 137
      */
138 138
     public function getVendor()
139 139
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @return string
144
+     * @return boolean
145 145
      */
146 146
     public function getExtendedNamespace()
147 147
     {
Please login to merge, or discard this patch.
Mapper/DoctrineORMMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return array
56
+     * @return string[]
57 57
      */
58 58
     public function getSubscribedEvents()
59 59
     {
Please login to merge, or discard this patch.