Completed
Push — master ( 48e73f...b60bd4 )
by
unknown
28s queued 13s
created
src/Resources/BaseResource.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -251,6 +251,9 @@
 block discarded – undo
251 251
 
252 252
     abstract protected function getInlineDataStream($data);
253 253
 
254
+    /**
255
+     * @param string $profile
256
+     */
254 257
     protected static function handlesProfile($profile)
255 258
     {
256 259
         return false;
Please login to merge, or discard this patch.
src/Datapackages/BaseDatapackage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
         }
205 205
         $packageCopy->saveDescriptor($files['datapackage.json']);
206 206
 
207
-        register_shutdown_function(function () use ($base) {
207
+        register_shutdown_function(function() use ($base) {
208 208
             Utils::removeDir($base);
209 209
         });
210 210
         if ($zip->open($zip_filename, ZipArchive::CREATE | ZipArchive::OVERWRITE) === true) {
Please login to merge, or discard this patch.