Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Fix: set default to empty string so .empty? works
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Oct 27, 2014
1 parent 9b51655 commit f937c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/resources/pecl.rb
Expand Up @@ -10,7 +10,7 @@ def initialize(*args)
attribute :package, :kind_of => String, :name_attribute => true
attribute :version, :kind_of => String, :default => nil
attribute :config, :kind_of => Hash
attribute :source_dir, :kind_of => String
attribute :source_dir, :kind_of => String, :default => ''
attribute :cflags, :kind_of => String
attribute :config_directives, :kind_of => Hash, :default => {}
attribute :zend_extensions, :kind_of => Array, :default => []

0 comments on commit f937c3b

Please sign in to comment.